Shades of Deep Magenta #CC0DE2
Tints of Deep Magenta #CC0DE2
RGB
CMYK
RGB Variations
Color information
#CC0DE2 (or 0xCC0DE2) is known color: Deep Magenta. HEX triplet: CC, 0D and E2. RGB value is (204,13,226). Sum of RGB (Red+Green+Blue) = 204+13+226=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 226 (88.67% from 255 or 51.02% from 443); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC0DE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DE2 is #33F21D. Grayscale: #5D5D5D. Windows color (decimal): -3404318 or 14814668. OLE color: 14814668.
HSL color Cylindrical-coordinate representation of color #CC0DE2: hue angle of 293.8º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DE2 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 13 | 226 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.11 |
| HSL | 293.8º | 0.89% | 0.47% | - |
| HSV(B) | 293.8º | 0.94% | 0.89% | - |
| XYZ | 38.77 | 18.62 | 73.5 | - |
| YUV | 94.39 | 202.28 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 226 | 0.10 | 0.94 | 0 | 0.11 | 293.8 | 0.89 | 0.47 |
| Hex | CC | D | E2 | A | 5E | 0 | B | 126 | 59 | 2F |
| Octal | 314 | 15 | 342 | 12 | 136 | 0 | 13 | 446 | 131 | 57 |
| Binary | 11001100 | 1101 | 11100010 | 1010 | 1011110 | 0 | 1011 | 100100110 | 1011001 | 101111 |
Color Harmonies of #CC0DE2
Complementary color
Monochromatic Colors of #CC0DE2
Black with #CC0DE2
Text Example
Text Example
White with #CC0DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DE2; }
p { color: rgb(204,13,226); }
H1.HeaderClassName
{
color: #CC0DE2;
}
.AnyTagClassName
{
color: #CC0DE2;
}
</style>
background-color css
<style>
a { background-color: #CC0DE2; }
a { background-color: rgb(204,13,226); }
div.DivClassName
{
background-color: #CC0DE2;
}
.BgClassName
{
background-color: #CC0DE2;
}
</style>
border-color css
<style>
span { border-color: #CC0DE2; }
span { border-color: rgb(204,13,226); }
td.TdClassName
{
border-color: #CC0DE2;
}
.TagClassName
{
border-color: #CC0DE2;
}
</style>