Shades of Deep Cerise #CB287F
Tints of Deep Cerise #CB287F
RGB
CMYK
RGB Variations
Color information
#CB287F (or 0xCB287F) is known color: Deep Cerise. HEX triplet: CB, 28 and 7F. RGB value is (203,40,127). Sum of RGB (Red+Green+Blue) = 203+40+127=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB287F is #34D780. Grayscale: #626262. Windows color (decimal): -3463041 or 8333515. OLE color: 8333515.
HSL color Cylindrical-coordinate representation of color #CB287F: hue angle of 327.98º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB287F is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 127 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.20 |
| HSL | 327.98º | 0.67% | 0.48% | - |
| HSV(B) | 327.98º | 0.8% | 0.8% | - |
| XYZ | 29.22 | 15.75 | 21.58 | - |
| YUV | 98.66 | 144 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 127 | 0 | 0.80 | 0.37 | 0.20 | 327.98 | 0.67 | 0.48 |
| Hex | CB | 28 | 7F | 0 | 50 | 25 | 14 | 148 | 43 | 30 |
| Octal | 313 | 50 | 177 | 0 | 120 | 45 | 24 | 510 | 103 | 60 |
| Binary | 11001011 | 101000 | 1111111 | 0 | 1010000 | 100101 | 10100 | 101001000 | 1000011 | 110000 |
Color Harmonies of #CB287F
Complementary color
Monochromatic Colors of #CB287F
Black with #CB287F
Text Example
Text Example
White with #CB287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB287F; }
p { color: rgb(203,40,127); }
H1.HeaderClassName
{
color: #CB287F;
}
.AnyTagClassName
{
color: #CB287F;
}
</style>
background-color css
<style>
a { background-color: #CB287F; }
a { background-color: rgb(203,40,127); }
div.DivClassName
{
background-color: #CB287F;
}
.BgClassName
{
background-color: #CB287F;
}
</style>
border-color css
<style>
span { border-color: #CB287F; }
span { border-color: rgb(203,40,127); }
td.TdClassName
{
border-color: #CB287F;
}
.TagClassName
{
border-color: #CB287F;
}
</style>