Shades of Cerise #CA2E6B
Tints of Cerise #CA2E6B
RGB
CMYK
RGB Variations
Color information
#CA2E6B (or 0xCA2E6B) is known color: Cerise. HEX triplet: CA, 2E and 6B. RGB value is (202,46,107). Sum of RGB (Red+Green+Blue) = 202+46+107=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E6B is #35D194. Grayscale: #636363. Windows color (decimal): -3527061 or 7024330. OLE color: 7024330.
HSL color Cylindrical-coordinate representation of color #CA2E6B: hue angle of 336.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E6B is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 107 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.21 |
| HSL | 336.54º | 0.63% | 0.49% | - |
| HSV(B) | 336.54º | 0.77% | 0.79% | - |
| XYZ | 27.99 | 15.57 | 15.44 | - |
| YUV | 99.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 107 | 0 | 0.77 | 0.47 | 0.21 | 336.54 | 0.63 | 0.49 |
| Hex | CA | 2E | 6B | 0 | 4D | 2F | 15 | 151 | 3F | 31 |
| Octal | 312 | 56 | 153 | 0 | 115 | 57 | 25 | 521 | 77 | 61 |
| Binary | 11001010 | 101110 | 1101011 | 0 | 1001101 | 101111 | 10101 | 101010001 | 111111 | 110001 |
Color Harmonies of #CA2E6B
Complementary color
Monochromatic Colors of #CA2E6B
Black with #CA2E6B
Text Example
Text Example
White with #CA2E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E6B; }
p { color: rgb(202,46,107); }
H1.HeaderClassName
{
color: #CA2E6B;
}
.AnyTagClassName
{
color: #CA2E6B;
}
</style>
background-color css
<style>
a { background-color: #CA2E6B; }
a { background-color: rgb(202,46,107); }
div.DivClassName
{
background-color: #CA2E6B;
}
.BgClassName
{
background-color: #CA2E6B;
}
</style>
border-color css
<style>
span { border-color: #CA2E6B; }
span { border-color: rgb(202,46,107); }
td.TdClassName
{
border-color: #CA2E6B;
}
.TagClassName
{
border-color: #CA2E6B;
}
</style>