Shades of Deep Cerise #CB3489
Tints of Deep Cerise #CB3489
RGB
CMYK
RGB Variations
Color information
#CB3489 (or 0xCB3489) is known color: Deep Cerise. HEX triplet: CB, 34 and 89. RGB value is (203,52,137). Sum of RGB (Red+Green+Blue) = 203+52+137=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3489 is #34CB76. Grayscale: #6A6A6A. Windows color (decimal): -3459959 or 8991947. OLE color: 8991947.
HSL color Cylindrical-coordinate representation of color #CB3489: hue angle of 326.23º 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 #CB3489 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 137 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.20 |
| HSL | 326.23º | 0.59% | 0.5% | - |
| HSV(B) | 326.23º | 0.74% | 0.8% | - |
| XYZ | 30.37 | 16.96 | 25.34 | - |
| YUV | 106.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 137 | 0 | 0.74 | 0.33 | 0.20 | 326.23 | 0.59 | 0.5 |
| Hex | CB | 34 | 89 | 0 | 4A | 21 | 14 | 146 | 3B | 32 |
| Octal | 313 | 64 | 211 | 0 | 112 | 41 | 24 | 506 | 73 | 62 |
| Binary | 11001011 | 110100 | 10001001 | 0 | 1001010 | 100001 | 10100 | 101000110 | 111011 | 110010 |
Color Harmonies of #CB3489
Complementary color
Monochromatic Colors of #CB3489
Black with #CB3489
Text Example
Text Example
White with #CB3489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3489; }
p { color: rgb(203,52,137); }
H1.HeaderClassName
{
color: #CB3489;
}
.AnyTagClassName
{
color: #CB3489;
}
</style>
background-color css
<style>
a { background-color: #CB3489; }
a { background-color: rgb(203,52,137); }
div.DivClassName
{
background-color: #CB3489;
}
.BgClassName
{
background-color: #CB3489;
}
</style>
border-color css
<style>
span { border-color: #CB3489; }
span { border-color: rgb(203,52,137); }
td.TdClassName
{
border-color: #CB3489;
}
.TagClassName
{
border-color: #CB3489;
}
</style>