Shades of Deep Cerise #CE3A7D
Tints of Deep Cerise #CE3A7D
RGB
CMYK
RGB Variations
Color information
#CE3A7D (or 0xCE3A7D) is known color: Deep Cerise. HEX triplet: CE, 3A and 7D. RGB value is (206,58,125). Sum of RGB (Red+Green+Blue) = 206+58+125=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A7D is #31C582. Grayscale: #6D6D6D. Windows color (decimal): -3261827 or 8207054. OLE color: 8207054.
HSL color Cylindrical-coordinate representation of color #CE3A7D: hue angle of 332.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A7D is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 125 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.19 |
| HSL | 332.84º | 0.6% | 0.52% | - |
| HSV(B) | 332.84º | 0.72% | 0.81% | - |
| XYZ | 30.67 | 17.63 | 21.19 | - |
| YUV | 109.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 125 | 0 | 0.72 | 0.39 | 0.19 | 332.84 | 0.6 | 0.52 |
| Hex | CE | 3A | 7D | 0 | 48 | 27 | 13 | 14D | 3C | 34 |
| Octal | 316 | 72 | 175 | 0 | 110 | 47 | 23 | 515 | 74 | 64 |
| Binary | 11001110 | 111010 | 1111101 | 0 | 1001000 | 100111 | 10011 | 101001101 | 111100 | 110100 |
Color Harmonies of #CE3A7D
Complementary color
Monochromatic Colors of #CE3A7D
Black with #CE3A7D
Text Example
Text Example
White with #CE3A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A7D; }
p { color: rgb(206,58,125); }
H1.HeaderClassName
{
color: #CE3A7D;
}
.AnyTagClassName
{
color: #CE3A7D;
}
</style>
background-color css
<style>
a { background-color: #CE3A7D; }
a { background-color: rgb(206,58,125); }
div.DivClassName
{
background-color: #CE3A7D;
}
.BgClassName
{
background-color: #CE3A7D;
}
</style>
border-color css
<style>
span { border-color: #CE3A7D; }
span { border-color: rgb(206,58,125); }
td.TdClassName
{
border-color: #CE3A7D;
}
.TagClassName
{
border-color: #CE3A7D;
}
</style>