Shades of Deep Magenta #C00FAA
Tints of Deep Magenta #C00FAA
RGB
CMYK
RGB Variations
Color information
#C00FAA (or 0xC00FAA) is known color: Deep Magenta. HEX triplet: C0, 0F and AA. RGB value is (192,15,170). Sum of RGB (Red+Green+Blue) = 192+15+170=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C00FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00FAA is #3FF055. Grayscale: #555555. Windows color (decimal): -4190294 or 11145152. OLE color: 11145152.
HSL color Cylindrical-coordinate representation of color #C00FAA: hue angle of 307.46º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00FAA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 170 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.25 |
| HSL | 307.46º | 0.86% | 0.41% | - |
| HSV(B) | 307.46º | 0.92% | 0.75% | - |
| XYZ | 29.16 | 14.45 | 39.28 | - |
| YUV | 85.59 | 175.64 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 170 | 0 | 0.92 | 0.11 | 0.25 | 307.46 | 0.86 | 0.41 |
| Hex | C0 | F | AA | 0 | 5C | B | 19 | 133 | 56 | 29 |
| Octal | 300 | 17 | 252 | 0 | 134 | 13 | 31 | 463 | 126 | 51 |
| Binary | 11000000 | 1111 | 10101010 | 0 | 1011100 | 1011 | 11001 | 100110011 | 1010110 | 101001 |
Color Harmonies of #C00FAA
Complementary color
Monochromatic Colors of #C00FAA
Black with #C00FAA
Text Example
Text Example
White with #C00FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FAA; }
p { color: rgb(192,15,170); }
H1.HeaderClassName
{
color: #C00FAA;
}
.AnyTagClassName
{
color: #C00FAA;
}
</style>
background-color css
<style>
a { background-color: #C00FAA; }
a { background-color: rgb(192,15,170); }
div.DivClassName
{
background-color: #C00FAA;
}
.BgClassName
{
background-color: #C00FAA;
}
</style>
border-color css
<style>
span { border-color: #C00FAA; }
span { border-color: rgb(192,15,170); }
td.TdClassName
{
border-color: #C00FAA;
}
.TagClassName
{
border-color: #C00FAA;
}
</style>