Shades of Deep Cerise #CB2988
Tints of Deep Cerise #CB2988
RGB
CMYK
RGB Variations
Color information
#CB2988 (or 0xCB2988) is known color: Deep Cerise. HEX triplet: CB, 29 and 88. RGB value is (203,41,136). Sum of RGB (Red+Green+Blue) = 203+41+136=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2988 is #34D677. Grayscale: #646464. Windows color (decimal): -3462776 or 8923595. OLE color: 8923595.
HSL color Cylindrical-coordinate representation of color #CB2988: hue angle of 324.81º 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 #CB2988 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 136 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.20 |
| HSL | 324.81º | 0.66% | 0.48% | - |
| HSV(B) | 324.81º | 0.8% | 0.8% | - |
| XYZ | 29.87 | 16.06 | 24.82 | - |
| YUV | 100.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 136 | 0 | 0.80 | 0.33 | 0.20 | 324.81 | 0.66 | 0.48 |
| Hex | CB | 29 | 88 | 0 | 50 | 21 | 14 | 145 | 42 | 30 |
| Octal | 313 | 51 | 210 | 0 | 120 | 41 | 24 | 505 | 102 | 60 |
| Binary | 11001011 | 101001 | 10001000 | 0 | 1010000 | 100001 | 10100 | 101000101 | 1000010 | 110000 |
Color Harmonies of #CB2988
Complementary color
Monochromatic Colors of #CB2988
Black with #CB2988
Text Example
Text Example
White with #CB2988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2988; }
p { color: rgb(203,41,136); }
H1.HeaderClassName
{
color: #CB2988;
}
.AnyTagClassName
{
color: #CB2988;
}
</style>
background-color css
<style>
a { background-color: #CB2988; }
a { background-color: rgb(203,41,136); }
div.DivClassName
{
background-color: #CB2988;
}
.BgClassName
{
background-color: #CB2988;
}
</style>
border-color css
<style>
span { border-color: #CB2988; }
span { border-color: rgb(203,41,136); }
td.TdClassName
{
border-color: #CB2988;
}
.TagClassName
{
border-color: #CB2988;
}
</style>