Shades of Deep Cerise #CA287B
Tints of Deep Cerise #CA287B
RGB
CMYK
RGB Variations
Color information
#CA287B (or 0xCA287B) is known color: Deep Cerise. HEX triplet: CA, 28 and 7B. RGB value is (202,40,123). Sum of RGB (Red+Green+Blue) = 202+40+123=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA287B is #35D784. Grayscale: #616161. Windows color (decimal): -3528581 or 8071370. OLE color: 8071370.
HSL color Cylindrical-coordinate representation of color #CA287B: hue angle of 329.26º 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 #CA287B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 123 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.21 |
| HSL | 329.26º | 0.67% | 0.47% | - |
| HSV(B) | 329.26º | 0.8% | 0.79% | - |
| XYZ | 28.69 | 15.5 | 20.22 | - |
| YUV | 97.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 123 | 0 | 0.80 | 0.39 | 0.21 | 329.26 | 0.67 | 0.47 |
| Hex | CA | 28 | 7B | 0 | 50 | 27 | 15 | 149 | 43 | 2F |
| Octal | 312 | 50 | 173 | 0 | 120 | 47 | 25 | 511 | 103 | 57 |
| Binary | 11001010 | 101000 | 1111011 | 0 | 1010000 | 100111 | 10101 | 101001001 | 1000011 | 101111 |
Color Harmonies of #CA287B
Complementary color
Monochromatic Colors of #CA287B
Black with #CA287B
Text Example
Text Example
White with #CA287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA287B; }
p { color: rgb(202,40,123); }
H1.HeaderClassName
{
color: #CA287B;
}
.AnyTagClassName
{
color: #CA287B;
}
</style>
background-color css
<style>
a { background-color: #CA287B; }
a { background-color: rgb(202,40,123); }
div.DivClassName
{
background-color: #CA287B;
}
.BgClassName
{
background-color: #CA287B;
}
</style>
border-color css
<style>
span { border-color: #CA287B; }
span { border-color: rgb(202,40,123); }
td.TdClassName
{
border-color: #CA287B;
}
.TagClassName
{
border-color: #CA287B;
}
</style>