Shades of Deep Magenta #C80CAC
Tints of Deep Magenta #C80CAC
RGB
CMYK
RGB Variations
Color information
#C80CAC (or 0xC80CAC) is known color: Deep Magenta. HEX triplet: C8, 0C and AC. RGB value is (200,12,172). Sum of RGB (Red+Green+Blue) = 200+12+172=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80CAC is #37F353. Grayscale: #565656. Windows color (decimal): -3666772 or 11275464. OLE color: 11275464.
HSL color Cylindrical-coordinate representation of color #C80CAC: hue angle of 308.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CAC is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.22 |
| HSL | 308.94º | 0.89% | 0.42% | - |
| HSV(B) | 308.94º | 0.94% | 0.78% | - |
| XYZ | 31.4 | 15.52 | 40.37 | - |
| YUV | 86.45 | 176.28 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 172 | 0 | 0.94 | 0.14 | 0.22 | 308.94 | 0.89 | 0.42 |
| Hex | C8 | C | AC | 0 | 5E | E | 16 | 135 | 59 | 2A |
| Octal | 310 | 14 | 254 | 0 | 136 | 16 | 26 | 465 | 131 | 52 |
| Binary | 11001000 | 1100 | 10101100 | 0 | 1011110 | 1110 | 10110 | 100110101 | 1011001 | 101010 |
Color Harmonies of #C80CAC
Complementary color
Monochromatic Colors of #C80CAC
Black with #C80CAC
Text Example
Text Example
White with #C80CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CAC; }
p { color: rgb(200,12,172); }
H1.HeaderClassName
{
color: #C80CAC;
}
.AnyTagClassName
{
color: #C80CAC;
}
</style>
background-color css
<style>
a { background-color: #C80CAC; }
a { background-color: rgb(200,12,172); }
div.DivClassName
{
background-color: #C80CAC;
}
.BgClassName
{
background-color: #C80CAC;
}
</style>
border-color css
<style>
span { border-color: #C80CAC; }
span { border-color: rgb(200,12,172); }
td.TdClassName
{
border-color: #C80CAC;
}
.TagClassName
{
border-color: #C80CAC;
}
</style>