Shades of Deep Magenta #C10EAF
Tints of Deep Magenta #C10EAF
RGB
CMYK
RGB Variations
Color information
#C10EAF (or 0xC10EAF) is known color: Deep Magenta. HEX triplet: C1, 0E and AF. RGB value is (193,14,175). Sum of RGB (Red+Green+Blue) = 193+14+175=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10EAF is #3EF150. Grayscale: #555555. Windows color (decimal): -4125009 or 11472577. OLE color: 11472577.
HSL color Cylindrical-coordinate representation of color #C10EAF: hue angle of 306.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10EAF is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 175 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.24 |
| HSL | 306.03º | 0.86% | 0.41% | - |
| HSV(B) | 306.03º | 0.93% | 0.76% | - |
| XYZ | 29.89 | 14.75 | 41.83 | - |
| YUV | 85.88 | 178.3 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 175 | 0 | 0.93 | 0.09 | 0.24 | 306.03 | 0.86 | 0.41 |
| Hex | C1 | E | AF | 0 | 5D | 9 | 18 | 132 | 56 | 29 |
| Octal | 301 | 16 | 257 | 0 | 135 | 11 | 30 | 462 | 126 | 51 |
| Binary | 11000001 | 1110 | 10101111 | 0 | 1011101 | 1001 | 11000 | 100110010 | 1010110 | 101001 |
Color Harmonies of #C10EAF
Complementary color
Monochromatic Colors of #C10EAF
Black with #C10EAF
Text Example
Text Example
White with #C10EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EAF; }
p { color: rgb(193,14,175); }
H1.HeaderClassName
{
color: #C10EAF;
}
.AnyTagClassName
{
color: #C10EAF;
}
</style>
background-color css
<style>
a { background-color: #C10EAF; }
a { background-color: rgb(193,14,175); }
div.DivClassName
{
background-color: #C10EAF;
}
.BgClassName
{
background-color: #C10EAF;
}
</style>
border-color css
<style>
span { border-color: #C10EAF; }
span { border-color: rgb(193,14,175); }
td.TdClassName
{
border-color: #C10EAF;
}
.TagClassName
{
border-color: #C10EAF;
}
</style>