Shades of Deep Magenta #C10AD7
Tints of Deep Magenta #C10AD7
RGB
CMYK
RGB Variations
Color information
#C10AD7 (or 0xC10AD7) is known color: Deep Magenta. HEX triplet: C1, 0A and D7. RGB value is (193,10,215). Sum of RGB (Red+Green+Blue) = 193+10+215=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #C10AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10AD7 is #3EF528. Grayscale: #575757. Windows color (decimal): -4125993 or 14092993. OLE color: 14092993.
HSL color Cylindrical-coordinate representation of color #C10AD7: hue angle of 293.56º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10AD7 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 10 | 215 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.16 |
| HSL | 293.56º | 0.91% | 0.44% | - |
| HSV(B) | 293.56º | 0.95% | 0.84% | - |
| XYZ | 34.37 | 16.46 | 65.66 | - |
| YUV | 88.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 215 | 0.10 | 0.95 | 0 | 0.16 | 293.56 | 0.91 | 0.44 |
| Hex | C1 | A | D7 | A | 5F | 0 | 10 | 126 | 5B | 2C |
| Octal | 301 | 12 | 327 | 12 | 137 | 0 | 20 | 446 | 133 | 54 |
| Binary | 11000001 | 1010 | 11010111 | 1010 | 1011111 | 0 | 10000 | 100100110 | 1011011 | 101100 |
Color Harmonies of #C10AD7
Complementary color
Monochromatic Colors of #C10AD7
Black with #C10AD7
Text Example
Text Example
White with #C10AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AD7; }
p { color: rgb(193,10,215); }
H1.HeaderClassName
{
color: #C10AD7;
}
.AnyTagClassName
{
color: #C10AD7;
}
</style>
background-color css
<style>
a { background-color: #C10AD7; }
a { background-color: rgb(193,10,215); }
div.DivClassName
{
background-color: #C10AD7;
}
.BgClassName
{
background-color: #C10AD7;
}
</style>
border-color css
<style>
span { border-color: #C10AD7; }
span { border-color: rgb(193,10,215); }
td.TdClassName
{
border-color: #C10AD7;
}
.TagClassName
{
border-color: #C10AD7;
}
</style>