Shades of Deep Cerise #CB287B
Tints of Deep Cerise #CB287B
RGB
CMYK
RGB Variations
Color information
#CB287B (or 0xCB287B) is known color: Deep Cerise. HEX triplet: CB, 28 and 7B. RGB value is (203,40,123). Sum of RGB (Red+Green+Blue) = 203+40+123=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB287B is #34D784. Grayscale: #626262. Windows color (decimal): -3463045 or 8071371. OLE color: 8071371.
HSL color Cylindrical-coordinate representation of color #CB287B: hue angle of 329.45º 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 #CB287B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 123 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.20 |
| HSL | 329.45º | 0.67% | 0.48% | - |
| HSV(B) | 329.45º | 0.8% | 0.8% | - |
| XYZ | 28.96 | 15.64 | 20.23 | - |
| YUV | 98.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 123 | 0 | 0.80 | 0.39 | 0.20 | 329.45 | 0.67 | 0.48 |
| Hex | CB | 28 | 7B | 0 | 50 | 27 | 14 | 149 | 43 | 30 |
| Octal | 313 | 50 | 173 | 0 | 120 | 47 | 24 | 511 | 103 | 60 |
| Binary | 11001011 | 101000 | 1111011 | 0 | 1010000 | 100111 | 10100 | 101001001 | 1000011 | 110000 |
Color Harmonies of #CB287B
Complementary color
Monochromatic Colors of #CB287B
Black with #CB287B
Text Example
Text Example
White with #CB287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB287B; }
p { color: rgb(203,40,123); }
H1.HeaderClassName
{
color: #CB287B;
}
.AnyTagClassName
{
color: #CB287B;
}
</style>
background-color css
<style>
a { background-color: #CB287B; }
a { background-color: rgb(203,40,123); }
div.DivClassName
{
background-color: #CB287B;
}
.BgClassName
{
background-color: #CB287B;
}
</style>
border-color css
<style>
span { border-color: #CB287B; }
span { border-color: rgb(203,40,123); }
td.TdClassName
{
border-color: #CB287B;
}
.TagClassName
{
border-color: #CB287B;
}
</style>