Shades of Deep Magenta #C80ADA
Tints of Deep Magenta #C80ADA
RGB
CMYK
RGB Variations
Color information
#C80ADA (or 0xC80ADA) is known color: Deep Magenta. HEX triplet: C8, 0A and DA. RGB value is (200,10,218). Sum of RGB (Red+Green+Blue) = 200+10+218=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #C80ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ADA is #37F525. Grayscale: #595959. Windows color (decimal): -3667238 or 14289608. OLE color: 14289608.
HSL color Cylindrical-coordinate representation of color #C80ADA: hue angle of 294.81º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80ADA is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 10 | 218 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.15 |
| HSL | 294.81º | 0.91% | 0.45% | - |
| HSV(B) | 294.81º | 0.95% | 0.85% | - |
| XYZ | 36.58 | 17.56 | 67.79 | - |
| YUV | 90.52 | 199.95 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 218 | 0.08 | 0.95 | 0 | 0.15 | 294.81 | 0.91 | 0.45 |
| Hex | C8 | A | DA | 8 | 5F | 0 | F | 127 | 5B | 2D |
| Octal | 310 | 12 | 332 | 10 | 137 | 0 | 17 | 447 | 133 | 55 |
| Binary | 11001000 | 1010 | 11011010 | 1000 | 1011111 | 0 | 1111 | 100100111 | 1011011 | 101101 |
Color Harmonies of #C80ADA
Complementary color
Monochromatic Colors of #C80ADA
Black with #C80ADA
Text Example
Text Example
White with #C80ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80ADA; }
p { color: rgb(200,10,218); }
H1.HeaderClassName
{
color: #C80ADA;
}
.AnyTagClassName
{
color: #C80ADA;
}
</style>
background-color css
<style>
a { background-color: #C80ADA; }
a { background-color: rgb(200,10,218); }
div.DivClassName
{
background-color: #C80ADA;
}
.BgClassName
{
background-color: #C80ADA;
}
</style>
border-color css
<style>
span { border-color: #C80ADA; }
span { border-color: rgb(200,10,218); }
td.TdClassName
{
border-color: #C80ADA;
}
.TagClassName
{
border-color: #C80ADA;
}
</style>