Shades of Deep Cerise #CB2D87
Tints of Deep Cerise #CB2D87
RGB
CMYK
RGB Variations
Color information
#CB2D87 (or 0xCB2D87) is known color: Deep Cerise. HEX triplet: CB, 2D and 87. RGB value is (203,45,135). Sum of RGB (Red+Green+Blue) = 203+45+135=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2D87 is #34D278. Grayscale: #666666. Windows color (decimal): -3461753 or 8859083. OLE color: 8859083.
HSL color Cylindrical-coordinate representation of color #CB2D87: hue angle of 325.82º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2D87 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 135 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.20 |
| HSL | 325.82º | 0.64% | 0.49% | - |
| HSV(B) | 325.82º | 0.78% | 0.8% | - |
| XYZ | 29.94 | 16.32 | 24.49 | - |
| YUV | 102.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 135 | 0 | 0.78 | 0.33 | 0.20 | 325.82 | 0.64 | 0.49 |
| Hex | CB | 2D | 87 | 0 | 4E | 21 | 14 | 146 | 40 | 31 |
| Octal | 313 | 55 | 207 | 0 | 116 | 41 | 24 | 506 | 100 | 61 |
| Binary | 11001011 | 101101 | 10000111 | 0 | 1001110 | 100001 | 10100 | 101000110 | 1000000 | 110001 |
Color Harmonies of #CB2D87
Complementary color
Monochromatic Colors of #CB2D87
Black with #CB2D87
Text Example
Text Example
White with #CB2D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D87; }
p { color: rgb(203,45,135); }
H1.HeaderClassName
{
color: #CB2D87;
}
.AnyTagClassName
{
color: #CB2D87;
}
</style>
background-color css
<style>
a { background-color: #CB2D87; }
a { background-color: rgb(203,45,135); }
div.DivClassName
{
background-color: #CB2D87;
}
.BgClassName
{
background-color: #CB2D87;
}
</style>
border-color css
<style>
span { border-color: #CB2D87; }
span { border-color: rgb(203,45,135); }
td.TdClassName
{
border-color: #CB2D87;
}
.TagClassName
{
border-color: #CB2D87;
}
</style>