Shades of Deep Magenta #CC0AD6
Tints of Deep Magenta #CC0AD6
RGB
CMYK
RGB Variations
Color information
#CC0AD6 (or 0xCC0AD6) is known color: Deep Magenta. HEX triplet: CC, 0A and D6. RGB value is (204,10,214). Sum of RGB (Red+Green+Blue) = 204+10+214=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC0AD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0AD6 is #33F529. Grayscale: #5A5A5A. Windows color (decimal): -3405098 or 14027468. OLE color: 14027468.
HSL color Cylindrical-coordinate representation of color #CC0AD6: hue angle of 297.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0AD6 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 10 | 214 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.16 |
| HSL | 297.06º | 0.91% | 0.44% | - |
| HSV(B) | 297.06º | 0.95% | 0.84% | - |
| XYZ | 37.15 | 17.91 | 65.12 | - |
| YUV | 91.26 | 197.27 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 214 | 0.05 | 0.95 | 0 | 0.16 | 297.06 | 0.91 | 0.44 |
| Hex | CC | A | D6 | 5 | 5F | 0 | 10 | 129 | 5B | 2C |
| Octal | 314 | 12 | 326 | 5 | 137 | 0 | 20 | 451 | 133 | 54 |
| Binary | 11001100 | 1010 | 11010110 | 101 | 1011111 | 0 | 10000 | 100101001 | 1011011 | 101100 |
Color Harmonies of #CC0AD6
Complementary color
Monochromatic Colors of #CC0AD6
Black with #CC0AD6
Text Example
Text Example
White with #CC0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0AD6; }
p { color: rgb(204,10,214); }
H1.HeaderClassName
{
color: #CC0AD6;
}
.AnyTagClassName
{
color: #CC0AD6;
}
</style>
background-color css
<style>
a { background-color: #CC0AD6; }
a { background-color: rgb(204,10,214); }
div.DivClassName
{
background-color: #CC0AD6;
}
.BgClassName
{
background-color: #CC0AD6;
}
</style>
border-color css
<style>
span { border-color: #CC0AD6; }
span { border-color: rgb(204,10,214); }
td.TdClassName
{
border-color: #CC0AD6;
}
.TagClassName
{
border-color: #CC0AD6;
}
</style>