Shades of Deep Magenta #C80FAC
Tints of Deep Magenta #C80FAC
RGB
CMYK
RGB Variations
Color information
#C80FAC (or 0xC80FAC) is known color: Deep Magenta. HEX triplet: C8, 0F and AC. RGB value is (200,15,172). Sum of RGB (Red+Green+Blue) = 200+15+172=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80FAC is #37F053. Grayscale: #575757. Windows color (decimal): -3666004 or 11276232. OLE color: 11276232.
HSL color Cylindrical-coordinate representation of color #C80FAC: hue angle of 309.08º 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 #C80FAC is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 172 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.22 |
| HSL | 309.08º | 0.86% | 0.42% | - |
| HSV(B) | 309.08º | 0.93% | 0.78% | - |
| XYZ | 31.44 | 15.6 | 40.38 | - |
| YUV | 88.21 | 175.29 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 172 | 0 | 0.92 | 0.14 | 0.22 | 309.08 | 0.86 | 0.42 |
| Hex | C8 | F | AC | 0 | 5C | E | 16 | 135 | 56 | 2A |
| Octal | 310 | 17 | 254 | 0 | 134 | 16 | 26 | 465 | 126 | 52 |
| Binary | 11001000 | 1111 | 10101100 | 0 | 1011100 | 1110 | 10110 | 100110101 | 1010110 | 101010 |
Color Harmonies of #C80FAC
Complementary color
Monochromatic Colors of #C80FAC
Black with #C80FAC
Text Example
Text Example
White with #C80FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FAC; }
p { color: rgb(200,15,172); }
H1.HeaderClassName
{
color: #C80FAC;
}
.AnyTagClassName
{
color: #C80FAC;
}
</style>
background-color css
<style>
a { background-color: #C80FAC; }
a { background-color: rgb(200,15,172); }
div.DivClassName
{
background-color: #C80FAC;
}
.BgClassName
{
background-color: #C80FAC;
}
</style>
border-color css
<style>
span { border-color: #C80FAC; }
span { border-color: rgb(200,15,172); }
td.TdClassName
{
border-color: #C80FAC;
}
.TagClassName
{
border-color: #C80FAC;
}
</style>