Shades of Deep Cerise #CB3584
Tints of Deep Cerise #CB3584
RGB
CMYK
RGB Variations
Color information
#CB3584 (or 0xCB3584) is known color: Deep Cerise. HEX triplet: CB, 35 and 84. RGB value is (203,53,132). Sum of RGB (Red+Green+Blue) = 203+53+132=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3584 is #34CA7B. Grayscale: #6A6A6A. Windows color (decimal): -3459708 or 8664523. OLE color: 8664523.
HSL color Cylindrical-coordinate representation of color #CB3584: hue angle of 328.4º 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 #CB3584 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 132 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.20 |
| HSL | 328.4º | 0.59% | 0.5% | - |
| HSV(B) | 328.4º | 0.74% | 0.8% | - |
| XYZ | 30.07 | 16.91 | 23.51 | - |
| YUV | 106.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 132 | 0 | 0.74 | 0.35 | 0.20 | 328.4 | 0.59 | 0.5 |
| Hex | CB | 35 | 84 | 0 | 4A | 23 | 14 | 148 | 3B | 32 |
| Octal | 313 | 65 | 204 | 0 | 112 | 43 | 24 | 510 | 73 | 62 |
| Binary | 11001011 | 110101 | 10000100 | 0 | 1001010 | 100011 | 10100 | 101001000 | 111011 | 110010 |
Color Harmonies of #CB3584
Complementary color
Monochromatic Colors of #CB3584
Black with #CB3584
Text Example
Text Example
White with #CB3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3584; }
p { color: rgb(203,53,132); }
H1.HeaderClassName
{
color: #CB3584;
}
.AnyTagClassName
{
color: #CB3584;
}
</style>
background-color css
<style>
a { background-color: #CB3584; }
a { background-color: rgb(203,53,132); }
div.DivClassName
{
background-color: #CB3584;
}
.BgClassName
{
background-color: #CB3584;
}
</style>
border-color css
<style>
span { border-color: #CB3584; }
span { border-color: rgb(203,53,132); }
td.TdClassName
{
border-color: #CB3584;
}
.TagClassName
{
border-color: #CB3584;
}
</style>