Shades of Cerise #CA2B63
Tints of Cerise #CA2B63
RGB
CMYK
RGB Variations
Color information
#CA2B63 (or 0xCA2B63) is known color: Cerise. HEX triplet: CA, 2B and 63. RGB value is (202,43,99). Sum of RGB (Red+Green+Blue) = 202+43+99=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2B63 is #35D49C. Grayscale: #606060. Windows color (decimal): -3527837 or 6499274. OLE color: 6499274.
HSL color Cylindrical-coordinate representation of color #CA2B63: hue angle of 338.87º degrees, saturation: 0.65, 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 #CA2B63 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 99 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.21 |
| HSL | 338.87º | 0.65% | 0.48% | - |
| HSV(B) | 338.87º | 0.79% | 0.79% | - |
| XYZ | 27.47 | 15.19 | 13.29 | - |
| YUV | 96.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 99 | 0 | 0.79 | 0.51 | 0.21 | 338.87 | 0.65 | 0.48 |
| Hex | CA | 2B | 63 | 0 | 4F | 33 | 15 | 153 | 41 | 30 |
| Octal | 312 | 53 | 143 | 0 | 117 | 63 | 25 | 523 | 101 | 60 |
| Binary | 11001010 | 101011 | 1100011 | 0 | 1001111 | 110011 | 10101 | 101010011 | 1000001 | 110000 |
Color Harmonies of #CA2B63
Complementary color
Monochromatic Colors of #CA2B63
Black with #CA2B63
Text Example
Text Example
White with #CA2B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2B63; }
p { color: rgb(202,43,99); }
H1.HeaderClassName
{
color: #CA2B63;
}
.AnyTagClassName
{
color: #CA2B63;
}
</style>
background-color css
<style>
a { background-color: #CA2B63; }
a { background-color: rgb(202,43,99); }
div.DivClassName
{
background-color: #CA2B63;
}
.BgClassName
{
background-color: #CA2B63;
}
</style>
border-color css
<style>
span { border-color: #CA2B63; }
span { border-color: rgb(202,43,99); }
td.TdClassName
{
border-color: #CA2B63;
}
.TagClassName
{
border-color: #CA2B63;
}
</style>