Shades of Deep Cerise #CE407D
Tints of Deep Cerise #CE407D
RGB
CMYK
RGB Variations
Color information
#CE407D (or 0xCE407D) is known color: Deep Cerise. HEX triplet: CE, 40 and 7D. RGB value is (206,64,125). Sum of RGB (Red+Green+Blue) = 206+64+125=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE407D is #31BF82. Grayscale: #717171. Windows color (decimal): -3260291 or 8208590. OLE color: 8208590.
HSL color Cylindrical-coordinate representation of color #CE407D: hue angle of 334.23º 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 #CE407D is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 125 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.19 |
| HSL | 334.23º | 0.59% | 0.53% | - |
| HSV(B) | 334.23º | 0.69% | 0.81% | - |
| XYZ | 30.99 | 18.27 | 21.3 | - |
| YUV | 113.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 125 | 0 | 0.69 | 0.39 | 0.19 | 334.23 | 0.59 | 0.53 |
| Hex | CE | 40 | 7D | 0 | 45 | 27 | 13 | 14E | 3B | 35 |
| Octal | 316 | 100 | 175 | 0 | 105 | 47 | 23 | 516 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1111101 | 0 | 1000101 | 100111 | 10011 | 101001110 | 111011 | 110101 |
Color Harmonies of #CE407D
Complementary color
Monochromatic Colors of #CE407D
Black with #CE407D
Text Example
Text Example
White with #CE407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE407D; }
p { color: rgb(206,64,125); }
H1.HeaderClassName
{
color: #CE407D;
}
.AnyTagClassName
{
color: #CE407D;
}
</style>
background-color css
<style>
a { background-color: #CE407D; }
a { background-color: rgb(206,64,125); }
div.DivClassName
{
background-color: #CE407D;
}
.BgClassName
{
background-color: #CE407D;
}
</style>
border-color css
<style>
span { border-color: #CE407D; }
span { border-color: rgb(206,64,125); }
td.TdClassName
{
border-color: #CE407D;
}
.TagClassName
{
border-color: #CE407D;
}
</style>