Shades of Deep Magenta #C80AD8
Tints of Deep Magenta #C80AD8
RGB
CMYK
RGB Variations
Color information
#C80AD8 (or 0xC80AD8) is known color: Deep Magenta. HEX triplet: C8, 0A and D8. RGB value is (200,10,216). Sum of RGB (Red+Green+Blue) = 200+10+216=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #C80AD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80AD8 is #37F527. Grayscale: #595959. Windows color (decimal): -3667240 or 14158536. OLE color: 14158536.
HSL color Cylindrical-coordinate representation of color #C80AD8: hue angle of 295.34º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80AD8 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 10 | 216 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.15 |
| HSL | 295.34º | 0.91% | 0.44% | - |
| HSV(B) | 295.34º | 0.95% | 0.85% | - |
| XYZ | 36.32 | 17.45 | 66.42 | - |
| YUV | 90.29 | 198.95 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 216 | 0.07 | 0.95 | 0 | 0.15 | 295.34 | 0.91 | 0.44 |
| Hex | C8 | A | D8 | 7 | 5F | 0 | F | 127 | 5B | 2C |
| Octal | 310 | 12 | 330 | 7 | 137 | 0 | 17 | 447 | 133 | 54 |
| Binary | 11001000 | 1010 | 11011000 | 111 | 1011111 | 0 | 1111 | 100100111 | 1011011 | 101100 |
Color Harmonies of #C80AD8
Complementary color
Monochromatic Colors of #C80AD8
Black with #C80AD8
Text Example
Text Example
White with #C80AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80AD8; }
p { color: rgb(200,10,216); }
H1.HeaderClassName
{
color: #C80AD8;
}
.AnyTagClassName
{
color: #C80AD8;
}
</style>
background-color css
<style>
a { background-color: #C80AD8; }
a { background-color: rgb(200,10,216); }
div.DivClassName
{
background-color: #C80AD8;
}
.BgClassName
{
background-color: #C80AD8;
}
</style>
border-color css
<style>
span { border-color: #C80AD8; }
span { border-color: rgb(200,10,216); }
td.TdClassName
{
border-color: #C80AD8;
}
.TagClassName
{
border-color: #C80AD8;
}
</style>