Shades of Deep Cerise #CE2F7E
Tints of Deep Cerise #CE2F7E
RGB
CMYK
RGB Variations
Color information
#CE2F7E (or 0xCE2F7E) is known color: Deep Cerise. HEX triplet: CE, 2F and 7E. RGB value is (206,47,126). Sum of RGB (Red+Green+Blue) = 206+47+126=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F7E is #31D081. Grayscale: #676767. Windows color (decimal): -3264642 or 8269774. OLE color: 8269774.
HSL color Cylindrical-coordinate representation of color #CE2F7E: hue angle of 330.19º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F7E is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 126 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.19 |
| HSL | 330.19º | 0.63% | 0.5% | - |
| HSV(B) | 330.19º | 0.77% | 0.81% | - |
| XYZ | 30.24 | 16.66 | 21.36 | - |
| YUV | 103.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 126 | 0 | 0.77 | 0.39 | 0.19 | 330.19 | 0.63 | 0.5 |
| Hex | CE | 2F | 7E | 0 | 4D | 27 | 13 | 14A | 3F | 32 |
| Octal | 316 | 57 | 176 | 0 | 115 | 47 | 23 | 512 | 77 | 62 |
| Binary | 11001110 | 101111 | 1111110 | 0 | 1001101 | 100111 | 10011 | 101001010 | 111111 | 110010 |
Color Harmonies of #CE2F7E
Complementary color
Monochromatic Colors of #CE2F7E
Black with #CE2F7E
Text Example
Text Example
White with #CE2F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F7E; }
p { color: rgb(206,47,126); }
H1.HeaderClassName
{
color: #CE2F7E;
}
.AnyTagClassName
{
color: #CE2F7E;
}
</style>
background-color css
<style>
a { background-color: #CE2F7E; }
a { background-color: rgb(206,47,126); }
div.DivClassName
{
background-color: #CE2F7E;
}
.BgClassName
{
background-color: #CE2F7E;
}
</style>
border-color css
<style>
span { border-color: #CE2F7E; }
span { border-color: rgb(206,47,126); }
td.TdClassName
{
border-color: #CE2F7E;
}
.TagClassName
{
border-color: #CE2F7E;
}
</style>