Shades of Deep Cerise #CB3688
Tints of Deep Cerise #CB3688
RGB
CMYK
RGB Variations
Color information
#CB3688 (or 0xCB3688) is known color: Deep Cerise. HEX triplet: CB, 36 and 88. RGB value is (203,54,136). Sum of RGB (Red+Green+Blue) = 203+54+136=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3688 is #34C977. Grayscale: #6B6B6B. Windows color (decimal): -3459448 or 8926923. OLE color: 8926923.
HSL color Cylindrical-coordinate representation of color #CB3688: hue angle of 326.98º 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 #CB3688 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 136 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.20 |
| HSL | 326.98º | 0.59% | 0.5% | - |
| HSV(B) | 326.98º | 0.73% | 0.8% | - |
| XYZ | 30.39 | 17.11 | 24.99 | - |
| YUV | 107.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 136 | 0 | 0.73 | 0.33 | 0.20 | 326.98 | 0.59 | 0.5 |
| Hex | CB | 36 | 88 | 0 | 49 | 21 | 14 | 147 | 3B | 32 |
| Octal | 313 | 66 | 210 | 0 | 111 | 41 | 24 | 507 | 73 | 62 |
| Binary | 11001011 | 110110 | 10001000 | 0 | 1001001 | 100001 | 10100 | 101000111 | 111011 | 110010 |
Color Harmonies of #CB3688
Complementary color
Monochromatic Colors of #CB3688
Black with #CB3688
Text Example
Text Example
White with #CB3688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3688; }
p { color: rgb(203,54,136); }
H1.HeaderClassName
{
color: #CB3688;
}
.AnyTagClassName
{
color: #CB3688;
}
</style>
background-color css
<style>
a { background-color: #CB3688; }
a { background-color: rgb(203,54,136); }
div.DivClassName
{
background-color: #CB3688;
}
.BgClassName
{
background-color: #CB3688;
}
</style>
border-color css
<style>
span { border-color: #CB3688; }
span { border-color: rgb(203,54,136); }
td.TdClassName
{
border-color: #CB3688;
}
.TagClassName
{
border-color: #CB3688;
}
</style>