Shades of Deep Magenta #C00ADC
Tints of Deep Magenta #C00ADC
RGB
CMYK
RGB Variations
Color information
#C00ADC (or 0xC00ADC) is known color: Deep Magenta. HEX triplet: C0, 0A and DC. RGB value is (192,10,220). Sum of RGB (Red+Green+Blue) = 192+10+220=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #C00ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ADC is #3FF523. Grayscale: #575757. Windows color (decimal): -4191524 or 14420672. OLE color: 14420672.
HSL color Cylindrical-coordinate representation of color #C00ADC: hue angle of 292º 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 #C00ADC is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 10 | 220 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.14 |
| HSL | 292º | 0.91% | 0.45% | - |
| HSV(B) | 292º | 0.95% | 0.86% | - |
| XYZ | 34.77 | 16.59 | 69.08 | - |
| YUV | 88.36 | 202.3 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 220 | 0.13 | 0.95 | 0 | 0.14 | 292 | 0.91 | 0.45 |
| Hex | C0 | A | DC | D | 5F | 0 | E | 124 | 5B | 2D |
| Octal | 300 | 12 | 334 | 15 | 137 | 0 | 16 | 444 | 133 | 55 |
| Binary | 11000000 | 1010 | 11011100 | 1101 | 1011111 | 0 | 1110 | 100100100 | 1011011 | 101101 |
Color Harmonies of #C00ADC
Complementary color
Monochromatic Colors of #C00ADC
Black with #C00ADC
Text Example
Text Example
White with #C00ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00ADC; }
p { color: rgb(192,10,220); }
H1.HeaderClassName
{
color: #C00ADC;
}
.AnyTagClassName
{
color: #C00ADC;
}
</style>
background-color css
<style>
a { background-color: #C00ADC; }
a { background-color: rgb(192,10,220); }
div.DivClassName
{
background-color: #C00ADC;
}
.BgClassName
{
background-color: #C00ADC;
}
</style>
border-color css
<style>
span { border-color: #C00ADC; }
span { border-color: rgb(192,10,220); }
td.TdClassName
{
border-color: #C00ADC;
}
.TagClassName
{
border-color: #C00ADC;
}
</style>