Shades of Deep Magenta #C00AAD
Tints of Deep Magenta #C00AAD
RGB
CMYK
RGB Variations
Color information
#C00AAD (or 0xC00AAD) is known color: Deep Magenta. HEX triplet: C0, 0A and AD. RGB value is (192,10,173). Sum of RGB (Red+Green+Blue) = 192+10+173=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C00AAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00AAD is #3FF552. Grayscale: #525252. Windows color (decimal): -4191571 or 11340480. OLE color: 11340480.
HSL color Cylindrical-coordinate representation of color #C00AAD: hue angle of 306.26º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AAD is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 173 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.25 |
| HSL | 306.26º | 0.9% | 0.4% | - |
| HSV(B) | 306.26º | 0.95% | 0.75% | - |
| XYZ | 29.39 | 14.44 | 40.77 | - |
| YUV | 83 | 178.8 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 173 | 0 | 0.95 | 0.10 | 0.25 | 306.26 | 0.9 | 0.4 |
| Hex | C0 | A | AD | 0 | 5F | A | 19 | 132 | 5A | 28 |
| Octal | 300 | 12 | 255 | 0 | 137 | 12 | 31 | 462 | 132 | 50 |
| Binary | 11000000 | 1010 | 10101101 | 0 | 1011111 | 1010 | 11001 | 100110010 | 1011010 | 101000 |
Color Harmonies of #C00AAD
Complementary color
Monochromatic Colors of #C00AAD
Black with #C00AAD
Text Example
Text Example
White with #C00AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AAD; }
p { color: rgb(192,10,173); }
H1.HeaderClassName
{
color: #C00AAD;
}
.AnyTagClassName
{
color: #C00AAD;
}
</style>
background-color css
<style>
a { background-color: #C00AAD; }
a { background-color: rgb(192,10,173); }
div.DivClassName
{
background-color: #C00AAD;
}
.BgClassName
{
background-color: #C00AAD;
}
</style>
border-color css
<style>
span { border-color: #C00AAD; }
span { border-color: rgb(192,10,173); }
td.TdClassName
{
border-color: #C00AAD;
}
.TagClassName
{
border-color: #C00AAD;
}
</style>