Shades of Deep Magenta #C10CAF
Tints of Deep Magenta #C10CAF
RGB
CMYK
RGB Variations
Color information
#C10CAF (or 0xC10CAF) is known color: Deep Magenta. HEX triplet: C1, 0C and AF. RGB value is (193,12,175). Sum of RGB (Red+Green+Blue) = 193+12+175=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C10CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10CAF is #3EF350. Grayscale: #545454. Windows color (decimal): -4125521 or 11472065. OLE color: 11472065.
HSL color Cylindrical-coordinate representation of color #C10CAF: hue angle of 305.97º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10CAF is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 175 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.24 |
| HSL | 305.97º | 0.88% | 0.4% | - |
| HSV(B) | 305.97º | 0.94% | 0.76% | - |
| XYZ | 29.86 | 14.7 | 41.82 | - |
| YUV | 84.7 | 178.97 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 175 | 0 | 0.94 | 0.09 | 0.24 | 305.97 | 0.88 | 0.4 |
| Hex | C1 | C | AF | 0 | 5E | 9 | 18 | 132 | 58 | 28 |
| Octal | 301 | 14 | 257 | 0 | 136 | 11 | 30 | 462 | 130 | 50 |
| Binary | 11000001 | 1100 | 10101111 | 0 | 1011110 | 1001 | 11000 | 100110010 | 1011000 | 101000 |
Color Harmonies of #C10CAF
Complementary color
Monochromatic Colors of #C10CAF
Black with #C10CAF
Text Example
Text Example
White with #C10CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CAF; }
p { color: rgb(193,12,175); }
H1.HeaderClassName
{
color: #C10CAF;
}
.AnyTagClassName
{
color: #C10CAF;
}
</style>
background-color css
<style>
a { background-color: #C10CAF; }
a { background-color: rgb(193,12,175); }
div.DivClassName
{
background-color: #C10CAF;
}
.BgClassName
{
background-color: #C10CAF;
}
</style>
border-color css
<style>
span { border-color: #C10CAF; }
span { border-color: rgb(193,12,175); }
td.TdClassName
{
border-color: #C10CAF;
}
.TagClassName
{
border-color: #C10CAF;
}
</style>