Shades of Deep Magenta #C10CAC
Tints of Deep Magenta #C10CAC
RGB
CMYK
RGB Variations
Color information
#C10CAC (or 0xC10CAC) is known color: Deep Magenta. HEX triplet: C1, 0C and AC. RGB value is (193,12,172). Sum of RGB (Red+Green+Blue) = 193+12+172=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C10CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10CAC is #3EF353. Grayscale: #535353. Windows color (decimal): -4125524 or 11275457. OLE color: 11275457.
HSL color Cylindrical-coordinate representation of color #C10CAC: hue angle of 306.96º 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 #C10CAC is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.24 |
| HSL | 306.96º | 0.88% | 0.4% | - |
| HSV(B) | 306.96º | 0.94% | 0.76% | - |
| XYZ | 29.57 | 14.58 | 40.29 | - |
| YUV | 84.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 172 | 0 | 0.94 | 0.11 | 0.24 | 306.96 | 0.88 | 0.4 |
| Hex | C1 | C | AC | 0 | 5E | B | 18 | 133 | 58 | 28 |
| Octal | 301 | 14 | 254 | 0 | 136 | 13 | 30 | 463 | 130 | 50 |
| Binary | 11000001 | 1100 | 10101100 | 0 | 1011110 | 1011 | 11000 | 100110011 | 1011000 | 101000 |
Color Harmonies of #C10CAC
Complementary color
Monochromatic Colors of #C10CAC
Black with #C10CAC
Text Example
Text Example
White with #C10CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CAC; }
p { color: rgb(193,12,172); }
H1.HeaderClassName
{
color: #C10CAC;
}
.AnyTagClassName
{
color: #C10CAC;
}
</style>
background-color css
<style>
a { background-color: #C10CAC; }
a { background-color: rgb(193,12,172); }
div.DivClassName
{
background-color: #C10CAC;
}
.BgClassName
{
background-color: #C10CAC;
}
</style>
border-color css
<style>
span { border-color: #C10CAC; }
span { border-color: rgb(193,12,172); }
td.TdClassName
{
border-color: #C10CAC;
}
.TagClassName
{
border-color: #C10CAC;
}
</style>