Shades of Deep Cerise #CB2F80
Tints of Deep Cerise #CB2F80
RGB
CMYK
RGB Variations
Color information
#CB2F80 (or 0xCB2F80) is known color: Deep Cerise. HEX triplet: CB, 2F and 80. RGB value is (203,47,128). Sum of RGB (Red+Green+Blue) = 203+47+128=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2F80 is #34D07F. Grayscale: #666666. Windows color (decimal): -3461248 or 8400843. OLE color: 8400843.
HSL color Cylindrical-coordinate representation of color #CB2F80: hue angle of 328.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2F80 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 128 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.20 |
| HSL | 328.85º | 0.62% | 0.49% | - |
| HSV(B) | 328.85º | 0.77% | 0.8% | - |
| XYZ | 29.54 | 16.29 | 22.01 | - |
| YUV | 102.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 128 | 0 | 0.77 | 0.37 | 0.20 | 328.85 | 0.62 | 0.49 |
| Hex | CB | 2F | 80 | 0 | 4D | 25 | 14 | 149 | 3E | 31 |
| Octal | 313 | 57 | 200 | 0 | 115 | 45 | 24 | 511 | 76 | 61 |
| Binary | 11001011 | 101111 | 10000000 | 0 | 1001101 | 100101 | 10100 | 101001001 | 111110 | 110001 |
Color Harmonies of #CB2F80
Complementary color
Monochromatic Colors of #CB2F80
Black with #CB2F80
Text Example
Text Example
White with #CB2F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F80; }
p { color: rgb(203,47,128); }
H1.HeaderClassName
{
color: #CB2F80;
}
.AnyTagClassName
{
color: #CB2F80;
}
</style>
background-color css
<style>
a { background-color: #CB2F80; }
a { background-color: rgb(203,47,128); }
div.DivClassName
{
background-color: #CB2F80;
}
.BgClassName
{
background-color: #CB2F80;
}
</style>
border-color css
<style>
span { border-color: #CB2F80; }
span { border-color: rgb(203,47,128); }
td.TdClassName
{
border-color: #CB2F80;
}
.TagClassName
{
border-color: #CB2F80;
}
</style>