Shades of Deep Cerise #CB3088
Tints of Deep Cerise #CB3088
RGB
CMYK
RGB Variations
Color information
#CB3088 (or 0xCB3088) is known color: Deep Cerise. HEX triplet: CB, 30 and 88. RGB value is (203,48,136). Sum of RGB (Red+Green+Blue) = 203+48+136=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3088 is #34CF77. Grayscale: #686868. Windows color (decimal): -3460984 or 8925387. OLE color: 8925387.
HSL color Cylindrical-coordinate representation of color #CB3088: hue angle of 325.94º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3088 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 136 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.20 |
| HSL | 325.94º | 0.62% | 0.49% | - |
| HSV(B) | 325.94º | 0.76% | 0.8% | - |
| XYZ | 30.13 | 16.59 | 24.91 | - |
| YUV | 104.38 | 145.85 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 136 | 0 | 0.76 | 0.33 | 0.20 | 325.94 | 0.62 | 0.49 |
| Hex | CB | 30 | 88 | 0 | 4C | 21 | 14 | 146 | 3E | 31 |
| Octal | 313 | 60 | 210 | 0 | 114 | 41 | 24 | 506 | 76 | 61 |
| Binary | 11001011 | 110000 | 10001000 | 0 | 1001100 | 100001 | 10100 | 101000110 | 111110 | 110001 |
Color Harmonies of #CB3088
Complementary color
Monochromatic Colors of #CB3088
Black with #CB3088
Text Example
Text Example
White with #CB3088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3088; }
p { color: rgb(203,48,136); }
H1.HeaderClassName
{
color: #CB3088;
}
.AnyTagClassName
{
color: #CB3088;
}
</style>
background-color css
<style>
a { background-color: #CB3088; }
a { background-color: rgb(203,48,136); }
div.DivClassName
{
background-color: #CB3088;
}
.BgClassName
{
background-color: #CB3088;
}
</style>
border-color css
<style>
span { border-color: #CB3088; }
span { border-color: rgb(203,48,136); }
td.TdClassName
{
border-color: #CB3088;
}
.TagClassName
{
border-color: #CB3088;
}
</style>