Shades of Deep Cerise #CB3579
Tints of Deep Cerise #CB3579
RGB
CMYK
RGB Variations
Color information
#CB3579 (or 0xCB3579) is known color: Deep Cerise. HEX triplet: CB, 35 and 79. RGB value is (203,53,121). Sum of RGB (Red+Green+Blue) = 203+53+121=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3579 is #34CA86. Grayscale: #696969. Windows color (decimal): -3459719 or 7943627. OLE color: 7943627.
HSL color Cylindrical-coordinate representation of color #CB3579: hue angle of 332.8º 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 #CB3579 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 121 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.20 |
| HSL | 332.8º | 0.59% | 0.5% | - |
| HSV(B) | 332.8º | 0.74% | 0.8% | - |
| XYZ | 29.35 | 16.62 | 19.75 | - |
| YUV | 105.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 121 | 0 | 0.74 | 0.40 | 0.20 | 332.8 | 0.59 | 0.5 |
| Hex | CB | 35 | 79 | 0 | 4A | 28 | 14 | 14D | 3B | 32 |
| Octal | 313 | 65 | 171 | 0 | 112 | 50 | 24 | 515 | 73 | 62 |
| Binary | 11001011 | 110101 | 1111001 | 0 | 1001010 | 101000 | 10100 | 101001101 | 111011 | 110010 |
Color Harmonies of #CB3579
Complementary color
Monochromatic Colors of #CB3579
Black with #CB3579
Text Example
Text Example
White with #CB3579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3579; }
p { color: rgb(203,53,121); }
H1.HeaderClassName
{
color: #CB3579;
}
.AnyTagClassName
{
color: #CB3579;
}
</style>
background-color css
<style>
a { background-color: #CB3579; }
a { background-color: rgb(203,53,121); }
div.DivClassName
{
background-color: #CB3579;
}
.BgClassName
{
background-color: #CB3579;
}
</style>
border-color css
<style>
span { border-color: #CB3579; }
span { border-color: rgb(203,53,121); }
td.TdClassName
{
border-color: #CB3579;
}
.TagClassName
{
border-color: #CB3579;
}
</style>