Shades of Deep Cerise #CB3086
Tints of Deep Cerise #CB3086
RGB
CMYK
RGB Variations
Color information
#CB3086 (or 0xCB3086) is known color: Deep Cerise. HEX triplet: CB, 30 and 86. RGB value is (203,48,134). Sum of RGB (Red+Green+Blue) = 203+48+134=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3086 is #34CF79. Grayscale: #676767. Windows color (decimal): -3460986 or 8794315. OLE color: 8794315.
HSL color Cylindrical-coordinate representation of color #CB3086: hue angle of 326.71º 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 #CB3086 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 134 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.20 |
| HSL | 326.71º | 0.62% | 0.49% | - |
| HSV(B) | 326.71º | 0.76% | 0.8% | - |
| XYZ | 29.99 | 16.53 | 24.16 | - |
| YUV | 104.15 | 144.85 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 134 | 0 | 0.76 | 0.34 | 0.20 | 326.71 | 0.62 | 0.49 |
| Hex | CB | 30 | 86 | 0 | 4C | 22 | 14 | 147 | 3E | 31 |
| Octal | 313 | 60 | 206 | 0 | 114 | 42 | 24 | 507 | 76 | 61 |
| Binary | 11001011 | 110000 | 10000110 | 0 | 1001100 | 100010 | 10100 | 101000111 | 111110 | 110001 |
Color Harmonies of #CB3086
Complementary color
Monochromatic Colors of #CB3086
Black with #CB3086
Text Example
Text Example
White with #CB3086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3086; }
p { color: rgb(203,48,134); }
H1.HeaderClassName
{
color: #CB3086;
}
.AnyTagClassName
{
color: #CB3086;
}
</style>
background-color css
<style>
a { background-color: #CB3086; }
a { background-color: rgb(203,48,134); }
div.DivClassName
{
background-color: #CB3086;
}
.BgClassName
{
background-color: #CB3086;
}
</style>
border-color css
<style>
span { border-color: #CB3086; }
span { border-color: rgb(203,48,134); }
td.TdClassName
{
border-color: #CB3086;
}
.TagClassName
{
border-color: #CB3086;
}
</style>