Shades of Deep Cerise #CE3579
Tints of Deep Cerise #CE3579
RGB
CMYK
RGB Variations
Color information
#CE3579 (or 0xCE3579) is known color: Deep Cerise. HEX triplet: CE, 35 and 79. RGB value is (206,53,121). Sum of RGB (Red+Green+Blue) = 206+53+121=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3579 is #31CA86. Grayscale: #6A6A6A. Windows color (decimal): -3263111 or 7943630. OLE color: 7943630.
HSL color Cylindrical-coordinate representation of color #CE3579: hue angle of 333.33º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3579 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 121 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.19 |
| HSL | 333.33º | 0.61% | 0.51% | - |
| HSV(B) | 333.33º | 0.74% | 0.81% | - |
| XYZ | 30.18 | 17.05 | 19.79 | - |
| YUV | 106.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 121 | 0 | 0.74 | 0.41 | 0.19 | 333.33 | 0.61 | 0.51 |
| Hex | CE | 35 | 79 | 0 | 4A | 29 | 13 | 14D | 3D | 33 |
| Octal | 316 | 65 | 171 | 0 | 112 | 51 | 23 | 515 | 75 | 63 |
| Binary | 11001110 | 110101 | 1111001 | 0 | 1001010 | 101001 | 10011 | 101001101 | 111101 | 110011 |
Color Harmonies of #CE3579
Complementary color
Monochromatic Colors of #CE3579
Black with #CE3579
Text Example
Text Example
White with #CE3579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3579; }
p { color: rgb(206,53,121); }
H1.HeaderClassName
{
color: #CE3579;
}
.AnyTagClassName
{
color: #CE3579;
}
</style>
background-color css
<style>
a { background-color: #CE3579; }
a { background-color: rgb(206,53,121); }
div.DivClassName
{
background-color: #CE3579;
}
.BgClassName
{
background-color: #CE3579;
}
</style>
border-color css
<style>
span { border-color: #CE3579; }
span { border-color: rgb(206,53,121); }
td.TdClassName
{
border-color: #CE3579;
}
.TagClassName
{
border-color: #CE3579;
}
</style>