Shades of Deep Cerise #CB3B84
Tints of Deep Cerise #CB3B84
RGB
CMYK
RGB Variations
Color information
#CB3B84 (or 0xCB3B84) is known color: Deep Cerise. HEX triplet: CB, 3B and 84. RGB value is (203,59,132). Sum of RGB (Red+Green+Blue) = 203+59+132=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3B84 is #34C47B. Grayscale: #6E6E6E. Windows color (decimal): -3458172 or 8666059. OLE color: 8666059.
HSL color Cylindrical-coordinate representation of color #CB3B84: hue angle of 329.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3B84 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 132 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.20 |
| HSL | 329.58º | 0.58% | 0.51% | - |
| HSV(B) | 329.58º | 0.71% | 0.8% | - |
| XYZ | 30.36 | 17.49 | 23.61 | - |
| YUV | 110.38 | 140.21 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 132 | 0 | 0.71 | 0.35 | 0.20 | 329.58 | 0.58 | 0.51 |
| Hex | CB | 3B | 84 | 0 | 47 | 23 | 14 | 14A | 3A | 33 |
| Octal | 313 | 73 | 204 | 0 | 107 | 43 | 24 | 512 | 72 | 63 |
| Binary | 11001011 | 111011 | 10000100 | 0 | 1000111 | 100011 | 10100 | 101001010 | 111010 | 110011 |
Color Harmonies of #CB3B84
Complementary color
Monochromatic Colors of #CB3B84
Black with #CB3B84
Text Example
Text Example
White with #CB3B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3B84; }
p { color: rgb(203,59,132); }
H1.HeaderClassName
{
color: #CB3B84;
}
.AnyTagClassName
{
color: #CB3B84;
}
</style>
background-color css
<style>
a { background-color: #CB3B84; }
a { background-color: rgb(203,59,132); }
div.DivClassName
{
background-color: #CB3B84;
}
.BgClassName
{
background-color: #CB3B84;
}
</style>
border-color css
<style>
span { border-color: #CB3B84; }
span { border-color: rgb(203,59,132); }
td.TdClassName
{
border-color: #CB3B84;
}
.TagClassName
{
border-color: #CB3B84;
}
</style>