Shades of Deep Cerise #CB3686
Tints of Deep Cerise #CB3686
RGB
CMYK
RGB Variations
Color information
#CB3686 (or 0xCB3686) is known color: Deep Cerise. HEX triplet: CB, 36 and 86. RGB value is (203,54,134). Sum of RGB (Red+Green+Blue) = 203+54+134=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3686 is #34C979. Grayscale: #6B6B6B. Windows color (decimal): -3459450 or 8795851. OLE color: 8795851.
HSL color Cylindrical-coordinate representation of color #CB3686: hue angle of 327.79º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3686 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 134 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.20 |
| HSL | 327.79º | 0.59% | 0.5% | - |
| HSV(B) | 327.79º | 0.73% | 0.8% | - |
| XYZ | 30.25 | 17.06 | 24.25 | - |
| YUV | 107.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 134 | 0 | 0.73 | 0.34 | 0.20 | 327.79 | 0.59 | 0.5 |
| Hex | CB | 36 | 86 | 0 | 49 | 22 | 14 | 148 | 3B | 32 |
| Octal | 313 | 66 | 206 | 0 | 111 | 42 | 24 | 510 | 73 | 62 |
| Binary | 11001011 | 110110 | 10000110 | 0 | 1001001 | 100010 | 10100 | 101001000 | 111011 | 110010 |
Color Harmonies of #CB3686
Complementary color
Monochromatic Colors of #CB3686
Black with #CB3686
Text Example
Text Example
White with #CB3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3686; }
p { color: rgb(203,54,134); }
H1.HeaderClassName
{
color: #CB3686;
}
.AnyTagClassName
{
color: #CB3686;
}
</style>
background-color css
<style>
a { background-color: #CB3686; }
a { background-color: rgb(203,54,134); }
div.DivClassName
{
background-color: #CB3686;
}
.BgClassName
{
background-color: #CB3686;
}
</style>
border-color css
<style>
span { border-color: #CB3686; }
span { border-color: rgb(203,54,134); }
td.TdClassName
{
border-color: #CB3686;
}
.TagClassName
{
border-color: #CB3686;
}
</style>