Shades of Deep Magenta #C10AD5
Tints of Deep Magenta #C10AD5
RGB
CMYK
RGB Variations
Color information
#C10AD5 (or 0xC10AD5) is known color: Deep Magenta. HEX triplet: C1, 0A and D5. RGB value is (193,10,213). Sum of RGB (Red+Green+Blue) = 193+10+213=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #C10AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10AD5 is #3EF52A. Grayscale: #575757. Windows color (decimal): -4125995 or 13961921. OLE color: 13961921.
HSL color Cylindrical-coordinate representation of color #C10AD5: hue angle of 294.09º 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 #C10AD5 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 10 | 213 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.16 |
| HSL | 294.09º | 0.91% | 0.44% | - |
| HSV(B) | 294.09º | 0.95% | 0.84% | - |
| XYZ | 34.11 | 16.36 | 64.31 | - |
| YUV | 87.86 | 198.63 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 213 | 0.09 | 0.95 | 0 | 0.16 | 294.09 | 0.91 | 0.44 |
| Hex | C1 | A | D5 | 9 | 5F | 0 | 10 | 126 | 5B | 2C |
| Octal | 301 | 12 | 325 | 11 | 137 | 0 | 20 | 446 | 133 | 54 |
| Binary | 11000001 | 1010 | 11010101 | 1001 | 1011111 | 0 | 10000 | 100100110 | 1011011 | 101100 |
Color Harmonies of #C10AD5
Complementary color
Monochromatic Colors of #C10AD5
Black with #C10AD5
Text Example
Text Example
White with #C10AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AD5; }
p { color: rgb(193,10,213); }
H1.HeaderClassName
{
color: #C10AD5;
}
.AnyTagClassName
{
color: #C10AD5;
}
</style>
background-color css
<style>
a { background-color: #C10AD5; }
a { background-color: rgb(193,10,213); }
div.DivClassName
{
background-color: #C10AD5;
}
.BgClassName
{
background-color: #C10AD5;
}
</style>
border-color css
<style>
span { border-color: #C10AD5; }
span { border-color: rgb(193,10,213); }
td.TdClassName
{
border-color: #C10AD5;
}
.TagClassName
{
border-color: #C10AD5;
}
</style>