Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
palevioletred | CA638A | #CA638A | 202, 99, 138 | 79.22, 38.82, 54.12 | 0, 50.99, 31.68, 20.78 | 337.28155339806, 50.990099009901, 79.21568627451 |
Color #ca638a is palevioletred. In RGB: 79.22, 38.82, 54.12. In CMYK: 0, 50.99, 31.68, 20.78.
div { background: #ca638a; color: #000; }
div { background: #ca638a; color: #fff; }
div { background: linear-gradient(to bottom, #AD4971 0%, #E77EA4 100%); color: #000; }
div { background: linear-gradient(to bottom, #E77EA4 0%, #AD4971 100%); color: #000; }
div { background: linear-gradient(to bottom, #AD4971 0%, #E77EA4 100%); color: #fff; }
div { background: linear-gradient(to bottom, #E77EA4 0%, #AD4971 100%); color: #fff; }
div { border: 1px solid #ca638a; }
div { border: 5px solid #ca638a; }
div { border: 1px dashed #ca638a; }
div { border: 5px dashed #ca638a; }
div { border: 1px dotted #ca638a; }
div { border: 5px dotted #ca638a; }