Shades of Deep Cerise #CB2884
Tints of Deep Cerise #CB2884
RGB
CMYK
RGB Variations
Color information
#CB2884 (or 0xCB2884) is known color: Deep Cerise. HEX triplet: CB, 28 and 84. RGB value is (203,40,132). Sum of RGB (Red+Green+Blue) = 203+40+132=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2884 is #34D77B. Grayscale: #636363. Windows color (decimal): -3463036 or 8661195. OLE color: 8661195.
HSL color Cylindrical-coordinate representation of color #CB2884: hue angle of 326.13º 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 #CB2884 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 132 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.20 |
| HSL | 326.14º | 0.67% | 0.48% | - |
| HSV(B) | 326.14º | 0.8% | 0.8% | - |
| XYZ | 29.55 | 15.88 | 23.34 | - |
| YUV | 99.23 | 146.5 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 132 | 0 | 0.80 | 0.35 | 0.20 | 326.14 | 0.67 | 0.48 |
| Hex | CB | 28 | 84 | 0 | 50 | 23 | 14 | 146 | 43 | 30 |
| Octal | 313 | 50 | 204 | 0 | 120 | 43 | 24 | 506 | 103 | 60 |
| Binary | 11001011 | 101000 | 10000100 | 0 | 1010000 | 100011 | 10100 | 101000110 | 1000011 | 110000 |
Color Harmonies of #CB2884
Complementary color
Monochromatic Colors of #CB2884
Black with #CB2884
Text Example
Text Example
White with #CB2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2884; }
p { color: rgb(203,40,132); }
H1.HeaderClassName
{
color: #CB2884;
}
.AnyTagClassName
{
color: #CB2884;
}
</style>
background-color css
<style>
a { background-color: #CB2884; }
a { background-color: rgb(203,40,132); }
div.DivClassName
{
background-color: #CB2884;
}
.BgClassName
{
background-color: #CB2884;
}
</style>
border-color css
<style>
span { border-color: #CB2884; }
span { border-color: rgb(203,40,132); }
td.TdClassName
{
border-color: #CB2884;
}
.TagClassName
{
border-color: #CB2884;
}
</style>