Shades of Deep Magenta #C10AAF
Tints of Deep Magenta #C10AAF
RGB
CMYK
RGB Variations
Color information
#C10AAF (or 0xC10AAF) is known color: Deep Magenta. HEX triplet: C1, 0A and AF. RGB value is (193,10,175). Sum of RGB (Red+Green+Blue) = 193+10+175=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10AAF is #3EF550. Grayscale: #535353. Windows color (decimal): -4126033 or 11471553. OLE color: 11471553.
HSL color Cylindrical-coordinate representation of color #C10AAF: hue angle of 305.9º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10AAF is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.24 |
| HSL | 305.9º | 0.9% | 0.4% | - |
| HSV(B) | 305.9º | 0.95% | 0.76% | - |
| XYZ | 29.84 | 14.65 | 41.81 | - |
| YUV | 83.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 175 | 0 | 0.95 | 0.09 | 0.24 | 305.9 | 0.9 | 0.4 |
| Hex | C1 | A | AF | 0 | 5F | 9 | 18 | 132 | 5A | 28 |
| Octal | 301 | 12 | 257 | 0 | 137 | 11 | 30 | 462 | 132 | 50 |
| Binary | 11000001 | 1010 | 10101111 | 0 | 1011111 | 1001 | 11000 | 100110010 | 1011010 | 101000 |
Color Harmonies of #C10AAF
Complementary color
Monochromatic Colors of #C10AAF
Black with #C10AAF
Text Example
Text Example
White with #C10AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AAF; }
p { color: rgb(193,10,175); }
H1.HeaderClassName
{
color: #C10AAF;
}
.AnyTagClassName
{
color: #C10AAF;
}
</style>
background-color css
<style>
a { background-color: #C10AAF; }
a { background-color: rgb(193,10,175); }
div.DivClassName
{
background-color: #C10AAF;
}
.BgClassName
{
background-color: #C10AAF;
}
</style>
border-color css
<style>
span { border-color: #C10AAF; }
span { border-color: rgb(193,10,175); }
td.TdClassName
{
border-color: #C10AAF;
}
.TagClassName
{
border-color: #C10AAF;
}
</style>