Shades of Cerise #CA2A6C
Tints of Cerise #CA2A6C
RGB
CMYK
RGB Variations
Color information
#CA2A6C (or 0xCA2A6C) is known color: Cerise. HEX triplet: CA, 2A and 6C. RGB value is (202,42,108). Sum of RGB (Red+Green+Blue) = 202+42+108=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2A6C is #35D593. Grayscale: #616161. Windows color (decimal): -3528084 or 7088842. OLE color: 7088842.
HSL color Cylindrical-coordinate representation of color #CA2A6C: hue angle of 335.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2A6C is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 108 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.21 |
| HSL | 335.25º | 0.66% | 0.48% | - |
| HSV(B) | 335.25º | 0.79% | 0.79% | - |
| XYZ | 27.89 | 15.3 | 15.67 | - |
| YUV | 97.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 108 | 0 | 0.79 | 0.47 | 0.21 | 335.25 | 0.66 | 0.48 |
| Hex | CA | 2A | 6C | 0 | 4F | 2F | 15 | 14F | 42 | 30 |
| Octal | 312 | 52 | 154 | 0 | 117 | 57 | 25 | 517 | 102 | 60 |
| Binary | 11001010 | 101010 | 1101100 | 0 | 1001111 | 101111 | 10101 | 101001111 | 1000010 | 110000 |
Color Harmonies of #CA2A6C
Complementary color
Monochromatic Colors of #CA2A6C
Black with #CA2A6C
Text Example
Text Example
White with #CA2A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A6C; }
p { color: rgb(202,42,108); }
H1.HeaderClassName
{
color: #CA2A6C;
}
.AnyTagClassName
{
color: #CA2A6C;
}
</style>
background-color css
<style>
a { background-color: #CA2A6C; }
a { background-color: rgb(202,42,108); }
div.DivClassName
{
background-color: #CA2A6C;
}
.BgClassName
{
background-color: #CA2A6C;
}
</style>
border-color css
<style>
span { border-color: #CA2A6C; }
span { border-color: rgb(202,42,108); }
td.TdClassName
{
border-color: #CA2A6C;
}
.TagClassName
{
border-color: #CA2A6C;
}
</style>