Shades of Deep Cerise #CB3884
Tints of Deep Cerise #CB3884
RGB
CMYK
RGB Variations
Color information
#CB3884 (or 0xCB3884) is known color: Deep Cerise. HEX triplet: CB, 38 and 84. RGB value is (203,56,132). Sum of RGB (Red+Green+Blue) = 203+56+132=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3884 is #34C77B. Grayscale: #6C6C6C. Windows color (decimal): -3458940 or 8665291. OLE color: 8665291.
HSL color Cylindrical-coordinate representation of color #CB3884: hue angle of 328.98º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3884 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 132 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.20 |
| HSL | 328.98º | 0.59% | 0.51% | - |
| HSV(B) | 328.98º | 0.72% | 0.8% | - |
| XYZ | 30.21 | 17.19 | 23.56 | - |
| YUV | 108.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 132 | 0 | 0.72 | 0.35 | 0.20 | 328.98 | 0.59 | 0.51 |
| Hex | CB | 38 | 84 | 0 | 48 | 23 | 14 | 149 | 3B | 33 |
| Octal | 313 | 70 | 204 | 0 | 110 | 43 | 24 | 511 | 73 | 63 |
| Binary | 11001011 | 111000 | 10000100 | 0 | 1001000 | 100011 | 10100 | 101001001 | 111011 | 110011 |
Color Harmonies of #CB3884
Complementary color
Monochromatic Colors of #CB3884
Black with #CB3884
Text Example
Text Example
White with #CB3884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3884; }
p { color: rgb(203,56,132); }
H1.HeaderClassName
{
color: #CB3884;
}
.AnyTagClassName
{
color: #CB3884;
}
</style>
background-color css
<style>
a { background-color: #CB3884; }
a { background-color: rgb(203,56,132); }
div.DivClassName
{
background-color: #CB3884;
}
.BgClassName
{
background-color: #CB3884;
}
</style>
border-color css
<style>
span { border-color: #CB3884; }
span { border-color: rgb(203,56,132); }
td.TdClassName
{
border-color: #CB3884;
}
.TagClassName
{
border-color: #CB3884;
}
</style>