Shades of Deep Cerise #CE3F7C
Tints of Deep Cerise #CE3F7C
RGB
CMYK
RGB Variations
Color information
#CE3F7C (or 0xCE3F7C) is known color: Deep Cerise. HEX triplet: CE, 3F and 7C. RGB value is (206,63,124). Sum of RGB (Red+Green+Blue) = 206+63+124=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F7C is #31C083. Grayscale: #707070. Windows color (decimal): -3260548 or 8142798. OLE color: 8142798.
HSL color Cylindrical-coordinate representation of color #CE3F7C: hue angle of 334.41º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F7C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 124 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.19 |
| HSL | 334.41º | 0.59% | 0.53% | - |
| HSV(B) | 334.41º | 0.69% | 0.81% | - |
| XYZ | 30.87 | 18.13 | 20.94 | - |
| YUV | 112.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 124 | 0 | 0.69 | 0.40 | 0.19 | 334.41 | 0.59 | 0.53 |
| Hex | CE | 3F | 7C | 0 | 45 | 28 | 13 | 14E | 3B | 35 |
| Octal | 316 | 77 | 174 | 0 | 105 | 50 | 23 | 516 | 73 | 65 |
| Binary | 11001110 | 111111 | 1111100 | 0 | 1000101 | 101000 | 10011 | 101001110 | 111011 | 110101 |
Color Harmonies of #CE3F7C
Complementary color
Monochromatic Colors of #CE3F7C
Black with #CE3F7C
Text Example
Text Example
White with #CE3F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F7C; }
p { color: rgb(206,63,124); }
H1.HeaderClassName
{
color: #CE3F7C;
}
.AnyTagClassName
{
color: #CE3F7C;
}
</style>
background-color css
<style>
a { background-color: #CE3F7C; }
a { background-color: rgb(206,63,124); }
div.DivClassName
{
background-color: #CE3F7C;
}
.BgClassName
{
background-color: #CE3F7C;
}
</style>
border-color css
<style>
span { border-color: #CE3F7C; }
span { border-color: rgb(206,63,124); }
td.TdClassName
{
border-color: #CE3F7C;
}
.TagClassName
{
border-color: #CE3F7C;
}
</style>