Shades of Deep Magenta #C10AD0
Tints of Deep Magenta #C10AD0
RGB
CMYK
RGB Variations
Color information
#C10AD0 (or 0xC10AD0) is known color: Deep Magenta. HEX triplet: C1, 0A and D0. RGB value is (193,10,208). Sum of RGB (Red+Green+Blue) = 193+10+208=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #C10AD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10AD0 is #3EF52F. Grayscale: #565656. Windows color (decimal): -4126000 or 13634241. OLE color: 13634241.
HSL color Cylindrical-coordinate representation of color #C10AD0: hue angle of 295.45º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10AD0 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 10 | 208 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.18 |
| HSL | 295.45º | 0.91% | 0.43% | - |
| HSV(B) | 295.45º | 0.95% | 0.82% | - |
| XYZ | 33.49 | 16.11 | 61.02 | - |
| YUV | 87.29 | 196.13 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 208 | 0.07 | 0.95 | 0 | 0.18 | 295.45 | 0.91 | 0.43 |
| Hex | C1 | A | D0 | 7 | 5F | 0 | 12 | 127 | 5B | 2B |
| Octal | 301 | 12 | 320 | 7 | 137 | 0 | 22 | 447 | 133 | 53 |
| Binary | 11000001 | 1010 | 11010000 | 111 | 1011111 | 0 | 10010 | 100100111 | 1011011 | 101011 |
Color Harmonies of #C10AD0
Complementary color
Monochromatic Colors of #C10AD0
Black with #C10AD0
Text Example
Text Example
White with #C10AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AD0; }
p { color: rgb(193,10,208); }
H1.HeaderClassName
{
color: #C10AD0;
}
.AnyTagClassName
{
color: #C10AD0;
}
</style>
background-color css
<style>
a { background-color: #C10AD0; }
a { background-color: rgb(193,10,208); }
div.DivClassName
{
background-color: #C10AD0;
}
.BgClassName
{
background-color: #C10AD0;
}
</style>
border-color css
<style>
span { border-color: #C10AD0; }
span { border-color: rgb(193,10,208); }
td.TdClassName
{
border-color: #C10AD0;
}
.TagClassName
{
border-color: #C10AD0;
}
</style>