Shades of Deep Magenta #C00DAA
Tints of Deep Magenta #C00DAA
RGB
CMYK
RGB Variations
Color information
#C00DAA (or 0xC00DAA) is known color: Deep Magenta. HEX triplet: C0, 0D and AA. RGB value is (192,13,170). Sum of RGB (Red+Green+Blue) = 192+13+170=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C00DAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00DAA is #3FF255. Grayscale: #535353. Windows color (decimal): -4190806 or 11144640. OLE color: 11144640.
HSL color Cylindrical-coordinate representation of color #C00DAA: hue angle of 307.37º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00DAA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 13 | 170 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.25 |
| HSL | 307.37º | 0.87% | 0.4% | - |
| HSV(B) | 307.37º | 0.93% | 0.75% | - |
| XYZ | 29.14 | 14.4 | 39.27 | - |
| YUV | 84.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 170 | 0 | 0.93 | 0.11 | 0.25 | 307.37 | 0.87 | 0.4 |
| Hex | C0 | D | AA | 0 | 5D | B | 19 | 133 | 57 | 28 |
| Octal | 300 | 15 | 252 | 0 | 135 | 13 | 31 | 463 | 127 | 50 |
| Binary | 11000000 | 1101 | 10101010 | 0 | 1011101 | 1011 | 11001 | 100110011 | 1010111 | 101000 |
Color Harmonies of #C00DAA
Complementary color
Monochromatic Colors of #C00DAA
Black with #C00DAA
Text Example
Text Example
White with #C00DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DAA; }
p { color: rgb(192,13,170); }
H1.HeaderClassName
{
color: #C00DAA;
}
.AnyTagClassName
{
color: #C00DAA;
}
</style>
background-color css
<style>
a { background-color: #C00DAA; }
a { background-color: rgb(192,13,170); }
div.DivClassName
{
background-color: #C00DAA;
}
.BgClassName
{
background-color: #C00DAA;
}
</style>
border-color css
<style>
span { border-color: #C00DAA; }
span { border-color: rgb(192,13,170); }
td.TdClassName
{
border-color: #C00DAA;
}
.TagClassName
{
border-color: #C00DAA;
}
</style>