Shades of Deep Cerise #CE2575
Tints of Deep Cerise #CE2575
RGB
CMYK
RGB Variations
Color information
#CE2575 (or 0xCE2575) is known color: Deep Cerise. HEX triplet: CE, 25 and 75. RGB value is (206,37,117). Sum of RGB (Red+Green+Blue) = 206+37+117=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2575 is #31DA8A. Grayscale: #606060. Windows color (decimal): -3267211 or 7677390. OLE color: 7677390.
HSL color Cylindrical-coordinate representation of color #CE2575: hue angle of 331.6º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2575 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 117 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.19 |
| HSL | 331.6º | 0.7% | 0.48% | - |
| HSV(B) | 331.6º | 0.82% | 0.81% | - |
| XYZ | 29.33 | 15.73 | 18.32 | - |
| YUV | 96.65 | 139.49 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 117 | 0 | 0.82 | 0.43 | 0.19 | 331.6 | 0.7 | 0.48 |
| Hex | CE | 25 | 75 | 0 | 52 | 2B | 13 | 14C | 46 | 30 |
| Octal | 316 | 45 | 165 | 0 | 122 | 53 | 23 | 514 | 106 | 60 |
| Binary | 11001110 | 100101 | 1110101 | 0 | 1010010 | 101011 | 10011 | 101001100 | 1000110 | 110000 |
Color Harmonies of #CE2575
Complementary color
Monochromatic Colors of #CE2575
Black with #CE2575
Text Example
Text Example
White with #CE2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2575; }
p { color: rgb(206,37,117); }
H1.HeaderClassName
{
color: #CE2575;
}
.AnyTagClassName
{
color: #CE2575;
}
</style>
background-color css
<style>
a { background-color: #CE2575; }
a { background-color: rgb(206,37,117); }
div.DivClassName
{
background-color: #CE2575;
}
.BgClassName
{
background-color: #CE2575;
}
</style>
border-color css
<style>
span { border-color: #CE2575; }
span { border-color: rgb(206,37,117); }
td.TdClassName
{
border-color: #CE2575;
}
.TagClassName
{
border-color: #CE2575;
}
</style>