Shades of Deep Magenta #CC0EDF
Tints of Deep Magenta #CC0EDF
RGB
CMYK
RGB Variations
Color information
#CC0EDF (or 0xCC0EDF) is known color: Deep Magenta. HEX triplet: CC, 0E and DF. RGB value is (204,14,223). Sum of RGB (Red+Green+Blue) = 204+14+223=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC0EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0EDF is #33F120. Grayscale: #5D5D5D. Windows color (decimal): -3404065 or 14618316. OLE color: 14618316.
HSL color Cylindrical-coordinate representation of color #CC0EDF: hue angle of 294.55º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0EDF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 14 | 223 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.13 |
| HSL | 294.55º | 0.88% | 0.46% | - |
| HSV(B) | 294.55º | 0.94% | 0.87% | - |
| XYZ | 38.38 | 18.48 | 71.36 | - |
| YUV | 94.64 | 200.45 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 14 | 223 | 0.09 | 0.94 | 0 | 0.13 | 294.55 | 0.88 | 0.46 |
| Hex | CC | E | DF | 9 | 5E | 0 | D | 127 | 58 | 2E |
| Octal | 314 | 16 | 337 | 11 | 136 | 0 | 15 | 447 | 130 | 56 |
| Binary | 11001100 | 1110 | 11011111 | 1001 | 1011110 | 0 | 1101 | 100100111 | 1011000 | 101110 |
Color Harmonies of #CC0EDF
Complementary color
Monochromatic Colors of #CC0EDF
Black with #CC0EDF
Text Example
Text Example
White with #CC0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0EDF; }
p { color: rgb(204,14,223); }
H1.HeaderClassName
{
color: #CC0EDF;
}
.AnyTagClassName
{
color: #CC0EDF;
}
</style>
background-color css
<style>
a { background-color: #CC0EDF; }
a { background-color: rgb(204,14,223); }
div.DivClassName
{
background-color: #CC0EDF;
}
.BgClassName
{
background-color: #CC0EDF;
}
</style>
border-color css
<style>
span { border-color: #CC0EDF; }
span { border-color: rgb(204,14,223); }
td.TdClassName
{
border-color: #CC0EDF;
}
.TagClassName
{
border-color: #CC0EDF;
}
</style>