Shades of Deep Cerise #CB2880
Tints of Deep Cerise #CB2880
RGB
CMYK
RGB Variations
Color information
#CB2880 (or 0xCB2880) is known color: Deep Cerise. HEX triplet: CB, 28 and 80. RGB value is (203,40,128). Sum of RGB (Red+Green+Blue) = 203+40+128=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2880 is #34D77F. Grayscale: #626262. Windows color (decimal): -3463040 or 8399051. OLE color: 8399051.
HSL color Cylindrical-coordinate representation of color #CB2880: hue angle of 327.61º 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 #CB2880 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 128 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.20 |
| HSL | 327.61º | 0.67% | 0.48% | - |
| HSV(B) | 327.61º | 0.8% | 0.8% | - |
| XYZ | 29.28 | 15.77 | 21.92 | - |
| YUV | 98.77 | 144.5 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 128 | 0 | 0.80 | 0.37 | 0.20 | 327.61 | 0.67 | 0.48 |
| Hex | CB | 28 | 80 | 0 | 50 | 25 | 14 | 148 | 43 | 30 |
| Octal | 313 | 50 | 200 | 0 | 120 | 45 | 24 | 510 | 103 | 60 |
| Binary | 11001011 | 101000 | 10000000 | 0 | 1010000 | 100101 | 10100 | 101001000 | 1000011 | 110000 |
Color Harmonies of #CB2880
Complementary color
Monochromatic Colors of #CB2880
Black with #CB2880
Text Example
Text Example
White with #CB2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2880; }
p { color: rgb(203,40,128); }
H1.HeaderClassName
{
color: #CB2880;
}
.AnyTagClassName
{
color: #CB2880;
}
</style>
background-color css
<style>
a { background-color: #CB2880; }
a { background-color: rgb(203,40,128); }
div.DivClassName
{
background-color: #CB2880;
}
.BgClassName
{
background-color: #CB2880;
}
</style>
border-color css
<style>
span { border-color: #CB2880; }
span { border-color: rgb(203,40,128); }
td.TdClassName
{
border-color: #CB2880;
}
.TagClassName
{
border-color: #CB2880;
}
</style>