Shades of Deep Magenta #C10AAA
Tints of Deep Magenta #C10AAA
RGB
CMYK
RGB Variations
Color information
#C10AAA (or 0xC10AAA) is known color: Deep Magenta. HEX triplet: C1, 0A and AA. RGB value is (193,10,170). Sum of RGB (Red+Green+Blue) = 193+10+170=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10AAA is #3EF555. Grayscale: #525252. Windows color (decimal): -4126038 or 11143873. OLE color: 11143873.
HSL color Cylindrical-coordinate representation of color #C10AAA: hue angle of 307.54º 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 #C10AAA is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.24 |
| HSL | 307.54º | 0.9% | 0.4% | - |
| HSV(B) | 307.54º | 0.95% | 0.76% | - |
| XYZ | 29.36 | 14.46 | 39.27 | - |
| YUV | 82.96 | 177.13 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 170 | 0 | 0.95 | 0.12 | 0.24 | 307.54 | 0.9 | 0.4 |
| Hex | C1 | A | AA | 0 | 5F | C | 18 | 134 | 5A | 28 |
| Octal | 301 | 12 | 252 | 0 | 137 | 14 | 30 | 464 | 132 | 50 |
| Binary | 11000001 | 1010 | 10101010 | 0 | 1011111 | 1100 | 11000 | 100110100 | 1011010 | 101000 |
Color Harmonies of #C10AAA
Complementary color
Monochromatic Colors of #C10AAA
Black with #C10AAA
Text Example
Text Example
White with #C10AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AAA; }
p { color: rgb(193,10,170); }
H1.HeaderClassName
{
color: #C10AAA;
}
.AnyTagClassName
{
color: #C10AAA;
}
</style>
background-color css
<style>
a { background-color: #C10AAA; }
a { background-color: rgb(193,10,170); }
div.DivClassName
{
background-color: #C10AAA;
}
.BgClassName
{
background-color: #C10AAA;
}
</style>
border-color css
<style>
span { border-color: #C10AAA; }
span { border-color: rgb(193,10,170); }
td.TdClassName
{
border-color: #C10AAA;
}
.TagClassName
{
border-color: #C10AAA;
}
</style>