Shades of Deep Cerise #CE2577
Tints of Deep Cerise #CE2577
RGB
CMYK
RGB Variations
Color information
#CE2577 (or 0xCE2577) is known color: Deep Cerise. HEX triplet: CE, 25 and 77. RGB value is (206,37,119). Sum of RGB (Red+Green+Blue) = 206+37+119=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2577 is #31DA88. Grayscale: #606060. Windows color (decimal): -3267209 or 7808462. OLE color: 7808462.
HSL color Cylindrical-coordinate representation of color #CE2577: hue angle of 330.89º 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 #CE2577 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 119 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.19 |
| HSL | 330.89º | 0.7% | 0.48% | - |
| HSV(B) | 330.89º | 0.82% | 0.81% | - |
| XYZ | 29.44 | 15.78 | 18.95 | - |
| YUV | 96.88 | 140.49 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 119 | 0 | 0.82 | 0.42 | 0.19 | 330.89 | 0.7 | 0.48 |
| Hex | CE | 25 | 77 | 0 | 52 | 2A | 13 | 14B | 46 | 30 |
| Octal | 316 | 45 | 167 | 0 | 122 | 52 | 23 | 513 | 106 | 60 |
| Binary | 11001110 | 100101 | 1110111 | 0 | 1010010 | 101010 | 10011 | 101001011 | 1000110 | 110000 |
Color Harmonies of #CE2577
Complementary color
Monochromatic Colors of #CE2577
Black with #CE2577
Text Example
Text Example
White with #CE2577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2577; }
p { color: rgb(206,37,119); }
H1.HeaderClassName
{
color: #CE2577;
}
.AnyTagClassName
{
color: #CE2577;
}
</style>
background-color css
<style>
a { background-color: #CE2577; }
a { background-color: rgb(206,37,119); }
div.DivClassName
{
background-color: #CE2577;
}
.BgClassName
{
background-color: #CE2577;
}
</style>
border-color css
<style>
span { border-color: #CE2577; }
span { border-color: rgb(206,37,119); }
td.TdClassName
{
border-color: #CE2577;
}
.TagClassName
{
border-color: #CE2577;
}
</style>