Shades of Deep Cerise #CE3379
Tints of Deep Cerise #CE3379
RGB
CMYK
RGB Variations
Color information
#CE3379 (or 0xCE3379) is known color: Deep Cerise. HEX triplet: CE, 33 and 79. RGB value is (206,51,121). Sum of RGB (Red+Green+Blue) = 206+51+121=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3379 is #31CC86. Grayscale: #696969. Windows color (decimal): -3263623 or 7943118. OLE color: 7943118.
HSL color Cylindrical-coordinate representation of color #CE3379: hue angle of 332.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3379 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 121 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.19 |
| HSL | 332.9º | 0.61% | 0.5% | - |
| HSV(B) | 332.9º | 0.75% | 0.81% | - |
| XYZ | 30.09 | 16.87 | 19.76 | - |
| YUV | 105.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 121 | 0 | 0.75 | 0.41 | 0.19 | 332.9 | 0.61 | 0.5 |
| Hex | CE | 33 | 79 | 0 | 4B | 29 | 13 | 14D | 3D | 32 |
| Octal | 316 | 63 | 171 | 0 | 113 | 51 | 23 | 515 | 75 | 62 |
| Binary | 11001110 | 110011 | 1111001 | 0 | 1001011 | 101001 | 10011 | 101001101 | 111101 | 110010 |
Color Harmonies of #CE3379
Complementary color
Monochromatic Colors of #CE3379
Black with #CE3379
Text Example
Text Example
White with #CE3379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3379; }
p { color: rgb(206,51,121); }
H1.HeaderClassName
{
color: #CE3379;
}
.AnyTagClassName
{
color: #CE3379;
}
</style>
background-color css
<style>
a { background-color: #CE3379; }
a { background-color: rgb(206,51,121); }
div.DivClassName
{
background-color: #CE3379;
}
.BgClassName
{
background-color: #CE3379;
}
</style>
border-color css
<style>
span { border-color: #CE3379; }
span { border-color: rgb(206,51,121); }
td.TdClassName
{
border-color: #CE3379;
}
.TagClassName
{
border-color: #CE3379;
}
</style>