Shades of Deep Cerise #CB3586
Tints of Deep Cerise #CB3586
RGB
CMYK
RGB Variations
Color information
#CB3586 (or 0xCB3586) is known color: Deep Cerise. HEX triplet: CB, 35 and 86. RGB value is (203,53,134). Sum of RGB (Red+Green+Blue) = 203+53+134=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3586 is #34CA79. Grayscale: #6A6A6A. Windows color (decimal): -3459706 or 8795595. OLE color: 8795595.
HSL color Cylindrical-coordinate representation of color #CB3586: hue angle of 327.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3586 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 134 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.20 |
| HSL | 327.6º | 0.59% | 0.5% | - |
| HSV(B) | 327.6º | 0.74% | 0.8% | - |
| XYZ | 30.2 | 16.96 | 24.24 | - |
| YUV | 107.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 134 | 0 | 0.74 | 0.34 | 0.20 | 327.6 | 0.59 | 0.5 |
| Hex | CB | 35 | 86 | 0 | 4A | 22 | 14 | 148 | 3B | 32 |
| Octal | 313 | 65 | 206 | 0 | 112 | 42 | 24 | 510 | 73 | 62 |
| Binary | 11001011 | 110101 | 10000110 | 0 | 1001010 | 100010 | 10100 | 101001000 | 111011 | 110010 |
Color Harmonies of #CB3586
Complementary color
Monochromatic Colors of #CB3586
Black with #CB3586
Text Example
Text Example
White with #CB3586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3586; }
p { color: rgb(203,53,134); }
H1.HeaderClassName
{
color: #CB3586;
}
.AnyTagClassName
{
color: #CB3586;
}
</style>
background-color css
<style>
a { background-color: #CB3586; }
a { background-color: rgb(203,53,134); }
div.DivClassName
{
background-color: #CB3586;
}
.BgClassName
{
background-color: #CB3586;
}
</style>
border-color css
<style>
span { border-color: #CB3586; }
span { border-color: rgb(203,53,134); }
td.TdClassName
{
border-color: #CB3586;
}
.TagClassName
{
border-color: #CB3586;
}
</style>