Shades of Deep Magenta #C80ADC
Tints of Deep Magenta #C80ADC
RGB
CMYK
RGB Variations
Color information
#C80ADC (or 0xC80ADC) is known color: Deep Magenta. HEX triplet: C8, 0A and DC. RGB value is (200,10,220). Sum of RGB (Red+Green+Blue) = 200+10+220=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #C80ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ADC is #37F523. Grayscale: #5A5A5A. Windows color (decimal): -3667236 or 14420680. OLE color: 14420680.
HSL color Cylindrical-coordinate representation of color #C80ADC: hue angle of 294.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80ADC is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 10 | 220 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.14 |
| HSL | 294.29º | 0.91% | 0.45% | - |
| HSV(B) | 294.29º | 0.95% | 0.86% | - |
| XYZ | 36.85 | 17.66 | 69.18 | - |
| YUV | 90.75 | 200.95 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 220 | 0.09 | 0.95 | 0 | 0.14 | 294.29 | 0.91 | 0.45 |
| Hex | C8 | A | DC | 9 | 5F | 0 | E | 126 | 5B | 2D |
| Octal | 310 | 12 | 334 | 11 | 137 | 0 | 16 | 446 | 133 | 55 |
| Binary | 11001000 | 1010 | 11011100 | 1001 | 1011111 | 0 | 1110 | 100100110 | 1011011 | 101101 |
Color Harmonies of #C80ADC
Complementary color
Monochromatic Colors of #C80ADC
Black with #C80ADC
Text Example
Text Example
White with #C80ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80ADC; }
p { color: rgb(200,10,220); }
H1.HeaderClassName
{
color: #C80ADC;
}
.AnyTagClassName
{
color: #C80ADC;
}
</style>
background-color css
<style>
a { background-color: #C80ADC; }
a { background-color: rgb(200,10,220); }
div.DivClassName
{
background-color: #C80ADC;
}
.BgClassName
{
background-color: #C80ADC;
}
</style>
border-color css
<style>
span { border-color: #C80ADC; }
span { border-color: rgb(200,10,220); }
td.TdClassName
{
border-color: #C80ADC;
}
.TagClassName
{
border-color: #C80ADC;
}
</style>