Shades of Deep Magenta #C80FAA
Tints of Deep Magenta #C80FAA
RGB
CMYK
RGB Variations
Color information
#C80FAA (or 0xC80FAA) is known color: Deep Magenta. HEX triplet: C8, 0F and AA. RGB value is (200,15,170). Sum of RGB (Red+Green+Blue) = 200+15+170=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80FAA is #37F055. Grayscale: #575757. Windows color (decimal): -3666006 or 11145160. OLE color: 11145160.
HSL color Cylindrical-coordinate representation of color #C80FAA: hue angle of 309.73º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FAA is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 170 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.22 |
| HSL | 309.73º | 0.86% | 0.42% | - |
| HSV(B) | 309.73º | 0.93% | 0.78% | - |
| XYZ | 31.25 | 15.52 | 39.38 | - |
| YUV | 87.99 | 174.29 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 170 | 0 | 0.92 | 0.15 | 0.22 | 309.73 | 0.86 | 0.42 |
| Hex | C8 | F | AA | 0 | 5C | F | 16 | 136 | 56 | 2A |
| Octal | 310 | 17 | 252 | 0 | 134 | 17 | 26 | 466 | 126 | 52 |
| Binary | 11001000 | 1111 | 10101010 | 0 | 1011100 | 1111 | 10110 | 100110110 | 1010110 | 101010 |
Color Harmonies of #C80FAA
Complementary color
Monochromatic Colors of #C80FAA
Black with #C80FAA
Text Example
Text Example
White with #C80FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FAA; }
p { color: rgb(200,15,170); }
H1.HeaderClassName
{
color: #C80FAA;
}
.AnyTagClassName
{
color: #C80FAA;
}
</style>
background-color css
<style>
a { background-color: #C80FAA; }
a { background-color: rgb(200,15,170); }
div.DivClassName
{
background-color: #C80FAA;
}
.BgClassName
{
background-color: #C80FAA;
}
</style>
border-color css
<style>
span { border-color: #C80FAA; }
span { border-color: rgb(200,15,170); }
td.TdClassName
{
border-color: #C80FAA;
}
.TagClassName
{
border-color: #C80FAA;
}
</style>