Shades of Deep Cerise #CB2980
Tints of Deep Cerise #CB2980
RGB
CMYK
RGB Variations
Color information
#CB2980 (or 0xCB2980) is known color: Deep Cerise. HEX triplet: CB, 29 and 80. RGB value is (203,41,128). Sum of RGB (Red+Green+Blue) = 203+41+128=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2980 is #34D67F. Grayscale: #636363. Windows color (decimal): -3462784 or 8399307. OLE color: 8399307.
HSL color Cylindrical-coordinate representation of color #CB2980: hue angle of 327.78º degrees, saturation: 0.66, 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 #CB2980 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 128 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.20 |
| HSL | 327.78º | 0.66% | 0.48% | - |
| HSV(B) | 327.78º | 0.8% | 0.8% | - |
| XYZ | 29.32 | 15.84 | 21.93 | - |
| YUV | 99.36 | 144.17 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 128 | 0 | 0.80 | 0.37 | 0.20 | 327.78 | 0.66 | 0.48 |
| Hex | CB | 29 | 80 | 0 | 50 | 25 | 14 | 148 | 42 | 30 |
| Octal | 313 | 51 | 200 | 0 | 120 | 45 | 24 | 510 | 102 | 60 |
| Binary | 11001011 | 101001 | 10000000 | 0 | 1010000 | 100101 | 10100 | 101001000 | 1000010 | 110000 |
Color Harmonies of #CB2980
Complementary color
Monochromatic Colors of #CB2980
Black with #CB2980
Text Example
Text Example
White with #CB2980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2980; }
p { color: rgb(203,41,128); }
H1.HeaderClassName
{
color: #CB2980;
}
.AnyTagClassName
{
color: #CB2980;
}
</style>
background-color css
<style>
a { background-color: #CB2980; }
a { background-color: rgb(203,41,128); }
div.DivClassName
{
background-color: #CB2980;
}
.BgClassName
{
background-color: #CB2980;
}
</style>
border-color css
<style>
span { border-color: #CB2980; }
span { border-color: rgb(203,41,128); }
td.TdClassName
{
border-color: #CB2980;
}
.TagClassName
{
border-color: #CB2980;
}
</style>