Shades of Cerise #CA2364
Tints of Cerise #CA2364
RGB
CMYK
RGB Variations
Color information
#CA2364 (or 0xCA2364) is known color: Cerise. HEX triplet: CA, 23 and 64. RGB value is (202,35,100). Sum of RGB (Red+Green+Blue) = 202+35+100=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2364 is #35DC9B. Grayscale: #5C5C5C. Windows color (decimal): -3529884 or 6562762. OLE color: 6562762.
HSL color Cylindrical-coordinate representation of color #CA2364: hue angle of 336.65º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2364 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 100 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.21 |
| HSL | 336.65º | 0.7% | 0.46% | - |
| HSV(B) | 336.65º | 0.83% | 0.79% | - |
| XYZ | 27.26 | 14.68 | 13.45 | - |
| YUV | 92.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 100 | 0 | 0.83 | 0.50 | 0.21 | 336.65 | 0.7 | 0.46 |
| Hex | CA | 23 | 64 | 0 | 53 | 32 | 15 | 151 | 46 | 2E |
| Octal | 312 | 43 | 144 | 0 | 123 | 62 | 25 | 521 | 106 | 56 |
| Binary | 11001010 | 100011 | 1100100 | 0 | 1010011 | 110010 | 10101 | 101010001 | 1000110 | 101110 |
Color Harmonies of #CA2364
Complementary color
Monochromatic Colors of #CA2364
Black with #CA2364
Text Example
Text Example
White with #CA2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2364; }
p { color: rgb(202,35,100); }
H1.HeaderClassName
{
color: #CA2364;
}
.AnyTagClassName
{
color: #CA2364;
}
</style>
background-color css
<style>
a { background-color: #CA2364; }
a { background-color: rgb(202,35,100); }
div.DivClassName
{
background-color: #CA2364;
}
.BgClassName
{
background-color: #CA2364;
}
</style>
border-color css
<style>
span { border-color: #CA2364; }
span { border-color: rgb(202,35,100); }
td.TdClassName
{
border-color: #CA2364;
}
.TagClassName
{
border-color: #CA2364;
}
</style>