Shades of Deep Magenta #CC0ADA
Tints of Deep Magenta #CC0ADA
RGB
CMYK
RGB Variations
Color information
#CC0ADA (or 0xCC0ADA) is known color: Deep Magenta. HEX triplet: CC, 0A and DA. RGB value is (204,10,218). Sum of RGB (Red+Green+Blue) = 204+10+218=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC0ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0ADA is #33F525. Grayscale: #5B5B5B. Windows color (decimal): -3405094 or 14289612. OLE color: 14289612.
HSL color Cylindrical-coordinate representation of color #CC0ADA: hue angle of 295.96º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0ADA is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 10 | 218 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.15 |
| HSL | 295.96º | 0.91% | 0.45% | - |
| HSV(B) | 295.96º | 0.95% | 0.85% | - |
| XYZ | 37.67 | 18.12 | 67.84 | - |
| YUV | 91.72 | 199.27 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 218 | 0.06 | 0.95 | 0 | 0.15 | 295.96 | 0.91 | 0.45 |
| Hex | CC | A | DA | 6 | 5F | 0 | F | 128 | 5B | 2D |
| Octal | 314 | 12 | 332 | 6 | 137 | 0 | 17 | 450 | 133 | 55 |
| Binary | 11001100 | 1010 | 11011010 | 110 | 1011111 | 0 | 1111 | 100101000 | 1011011 | 101101 |
Color Harmonies of #CC0ADA
Complementary color
Monochromatic Colors of #CC0ADA
Black with #CC0ADA
Text Example
Text Example
White with #CC0ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0ADA; }
p { color: rgb(204,10,218); }
H1.HeaderClassName
{
color: #CC0ADA;
}
.AnyTagClassName
{
color: #CC0ADA;
}
</style>
background-color css
<style>
a { background-color: #CC0ADA; }
a { background-color: rgb(204,10,218); }
div.DivClassName
{
background-color: #CC0ADA;
}
.BgClassName
{
background-color: #CC0ADA;
}
</style>
border-color css
<style>
span { border-color: #CC0ADA; }
span { border-color: rgb(204,10,218); }
td.TdClassName
{
border-color: #CC0ADA;
}
.TagClassName
{
border-color: #CC0ADA;
}
</style>