Shades of Deep Cerise #CA287C
Tints of Deep Cerise #CA287C
RGB
CMYK
RGB Variations
Color information
#CA287C (or 0xCA287C) is known color: Deep Cerise. HEX triplet: CA, 28 and 7C. RGB value is (202,40,124). Sum of RGB (Red+Green+Blue) = 202+40+124=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA287C is #35D783. Grayscale: #616161. Windows color (decimal): -3528580 or 8136906. OLE color: 8136906.
HSL color Cylindrical-coordinate representation of color #CA287C: hue angle of 328.89º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA287C is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 124 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.21 |
| HSL | 328.89º | 0.67% | 0.47% | - |
| HSV(B) | 328.89º | 0.8% | 0.79% | - |
| XYZ | 28.75 | 15.53 | 20.55 | - |
| YUV | 98.01 | 142.67 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 124 | 0 | 0.80 | 0.39 | 0.21 | 328.89 | 0.67 | 0.47 |
| Hex | CA | 28 | 7C | 0 | 50 | 27 | 15 | 149 | 43 | 2F |
| Octal | 312 | 50 | 174 | 0 | 120 | 47 | 25 | 511 | 103 | 57 |
| Binary | 11001010 | 101000 | 1111100 | 0 | 1010000 | 100111 | 10101 | 101001001 | 1000011 | 101111 |
Color Harmonies of #CA287C
Complementary color
Monochromatic Colors of #CA287C
Black with #CA287C
Text Example
Text Example
White with #CA287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA287C; }
p { color: rgb(202,40,124); }
H1.HeaderClassName
{
color: #CA287C;
}
.AnyTagClassName
{
color: #CA287C;
}
</style>
background-color css
<style>
a { background-color: #CA287C; }
a { background-color: rgb(202,40,124); }
div.DivClassName
{
background-color: #CA287C;
}
.BgClassName
{
background-color: #CA287C;
}
</style>
border-color css
<style>
span { border-color: #CA287C; }
span { border-color: rgb(202,40,124); }
td.TdClassName
{
border-color: #CA287C;
}
.TagClassName
{
border-color: #CA287C;
}
</style>