Shades of Deep Magenta #CC0DE0
Tints of Deep Magenta #CC0DE0
RGB
CMYK
RGB Variations
Color information
#CC0DE0 (or 0xCC0DE0) is known color: Deep Magenta. HEX triplet: CC, 0D and E0. RGB value is (204,13,224). Sum of RGB (Red+Green+Blue) = 204+13+224=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC0DE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DE0 is #33F21F. Grayscale: #5D5D5D. Windows color (decimal): -3404320 or 14683596. OLE color: 14683596.
HSL color Cylindrical-coordinate representation of color #CC0DE0: hue angle of 294.31º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DE0 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 13 | 224 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.12 |
| HSL | 294.31º | 0.89% | 0.46% | - |
| HSV(B) | 294.31º | 0.94% | 0.88% | - |
| XYZ | 38.5 | 18.51 | 72.06 | - |
| YUV | 94.16 | 201.28 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 224 | 0.09 | 0.94 | 0 | 0.12 | 294.31 | 0.89 | 0.46 |
| Hex | CC | D | E0 | 9 | 5E | 0 | C | 126 | 59 | 2E |
| Octal | 314 | 15 | 340 | 11 | 136 | 0 | 14 | 446 | 131 | 56 |
| Binary | 11001100 | 1101 | 11100000 | 1001 | 1011110 | 0 | 1100 | 100100110 | 1011001 | 101110 |
Color Harmonies of #CC0DE0
Complementary color
Monochromatic Colors of #CC0DE0
Black with #CC0DE0
Text Example
Text Example
White with #CC0DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DE0; }
p { color: rgb(204,13,224); }
H1.HeaderClassName
{
color: #CC0DE0;
}
.AnyTagClassName
{
color: #CC0DE0;
}
</style>
background-color css
<style>
a { background-color: #CC0DE0; }
a { background-color: rgb(204,13,224); }
div.DivClassName
{
background-color: #CC0DE0;
}
.BgClassName
{
background-color: #CC0DE0;
}
</style>
border-color css
<style>
span { border-color: #CC0DE0; }
span { border-color: rgb(204,13,224); }
td.TdClassName
{
border-color: #CC0DE0;
}
.TagClassName
{
border-color: #CC0DE0;
}
</style>