Shades of Deep Cerise #CE2F7F
Tints of Deep Cerise #CE2F7F
RGB
CMYK
RGB Variations
Color information
#CE2F7F (or 0xCE2F7F) is known color: Deep Cerise. HEX triplet: CE, 2F and 7F. RGB value is (206,47,127). Sum of RGB (Red+Green+Blue) = 206+47+127=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2F7F is #31D080. Grayscale: #676767. Windows color (decimal): -3264641 or 8335310. OLE color: 8335310.
HSL color Cylindrical-coordinate representation of color #CE2F7F: hue angle of 329.81º 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 #CE2F7F is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 127 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.19 |
| HSL | 329.81º | 0.63% | 0.5% | - |
| HSV(B) | 329.81º | 0.77% | 0.81% | - |
| XYZ | 30.3 | 16.69 | 21.7 | - |
| YUV | 103.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 127 | 0 | 0.77 | 0.38 | 0.19 | 329.81 | 0.63 | 0.5 |
| Hex | CE | 2F | 7F | 0 | 4D | 26 | 13 | 14A | 3F | 32 |
| Octal | 316 | 57 | 177 | 0 | 115 | 46 | 23 | 512 | 77 | 62 |
| Binary | 11001110 | 101111 | 1111111 | 0 | 1001101 | 100110 | 10011 | 101001010 | 111111 | 110010 |
Color Harmonies of #CE2F7F
Complementary color
Monochromatic Colors of #CE2F7F
Black with #CE2F7F
Text Example
Text Example
White with #CE2F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F7F; }
p { color: rgb(206,47,127); }
H1.HeaderClassName
{
color: #CE2F7F;
}
.AnyTagClassName
{
color: #CE2F7F;
}
</style>
background-color css
<style>
a { background-color: #CE2F7F; }
a { background-color: rgb(206,47,127); }
div.DivClassName
{
background-color: #CE2F7F;
}
.BgClassName
{
background-color: #CE2F7F;
}
</style>
border-color css
<style>
span { border-color: #CE2F7F; }
span { border-color: rgb(206,47,127); }
td.TdClassName
{
border-color: #CE2F7F;
}
.TagClassName
{
border-color: #CE2F7F;
}
</style>