Shades of Deep Magenta #C10AD9
Tints of Deep Magenta #C10AD9
RGB
CMYK
RGB Variations
Color information
#C10AD9 (or 0xC10AD9) is known color: Deep Magenta. HEX triplet: C1, 0A and D9. RGB value is (193,10,217). Sum of RGB (Red+Green+Blue) = 193+10+217=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #C10AD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10AD9 is #3EF526. Grayscale: #575757. Windows color (decimal): -4125991 or 14224065. OLE color: 14224065.
HSL color Cylindrical-coordinate representation of color #C10AD9: hue angle of 293.04º 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 #C10AD9 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 10 | 217 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.15 |
| HSL | 293.04º | 0.91% | 0.45% | - |
| HSV(B) | 293.04º | 0.95% | 0.85% | - |
| XYZ | 34.63 | 16.56 | 67.02 | - |
| YUV | 88.32 | 200.63 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 217 | 0.11 | 0.95 | 0 | 0.15 | 293.04 | 0.91 | 0.45 |
| Hex | C1 | A | D9 | B | 5F | 0 | F | 125 | 5B | 2D |
| Octal | 301 | 12 | 331 | 13 | 137 | 0 | 17 | 445 | 133 | 55 |
| Binary | 11000001 | 1010 | 11011001 | 1011 | 1011111 | 0 | 1111 | 100100101 | 1011011 | 101101 |
Color Harmonies of #C10AD9
Complementary color
Monochromatic Colors of #C10AD9
Black with #C10AD9
Text Example
Text Example
White with #C10AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AD9; }
p { color: rgb(193,10,217); }
H1.HeaderClassName
{
color: #C10AD9;
}
.AnyTagClassName
{
color: #C10AD9;
}
</style>
background-color css
<style>
a { background-color: #C10AD9; }
a { background-color: rgb(193,10,217); }
div.DivClassName
{
background-color: #C10AD9;
}
.BgClassName
{
background-color: #C10AD9;
}
</style>
border-color css
<style>
span { border-color: #C10AD9; }
span { border-color: rgb(193,10,217); }
td.TdClassName
{
border-color: #C10AD9;
}
.TagClassName
{
border-color: #C10AD9;
}
</style>