Shades of Deep Cerise #CE3F7D
Tints of Deep Cerise #CE3F7D
RGB
CMYK
RGB Variations
Color information
#CE3F7D (or 0xCE3F7D) is known color: Deep Cerise. HEX triplet: CE, 3F and 7D. RGB value is (206,63,125). Sum of RGB (Red+Green+Blue) = 206+63+125=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F7D is #31C082. Grayscale: #707070. Windows color (decimal): -3260547 or 8208334. OLE color: 8208334.
HSL color Cylindrical-coordinate representation of color #CE3F7D: hue angle of 333.99º 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 #CE3F7D is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 125 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.19 |
| HSL | 333.99º | 0.59% | 0.53% | - |
| HSV(B) | 333.99º | 0.69% | 0.81% | - |
| XYZ | 30.93 | 18.16 | 21.28 | - |
| YUV | 112.83 | 134.88 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 125 | 0 | 0.69 | 0.39 | 0.19 | 333.99 | 0.59 | 0.53 |
| Hex | CE | 3F | 7D | 0 | 45 | 27 | 13 | 14E | 3B | 35 |
| Octal | 316 | 77 | 175 | 0 | 105 | 47 | 23 | 516 | 73 | 65 |
| Binary | 11001110 | 111111 | 1111101 | 0 | 1000101 | 100111 | 10011 | 101001110 | 111011 | 110101 |
Color Harmonies of #CE3F7D
Complementary color
Monochromatic Colors of #CE3F7D
Black with #CE3F7D
Text Example
Text Example
White with #CE3F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F7D; }
p { color: rgb(206,63,125); }
H1.HeaderClassName
{
color: #CE3F7D;
}
.AnyTagClassName
{
color: #CE3F7D;
}
</style>
background-color css
<style>
a { background-color: #CE3F7D; }
a { background-color: rgb(206,63,125); }
div.DivClassName
{
background-color: #CE3F7D;
}
.BgClassName
{
background-color: #CE3F7D;
}
</style>
border-color css
<style>
span { border-color: #CE3F7D; }
span { border-color: rgb(206,63,125); }
td.TdClassName
{
border-color: #CE3F7D;
}
.TagClassName
{
border-color: #CE3F7D;
}
</style>