Shades of Deep Magenta #C010AC
Tints of Deep Magenta #C010AC
RGB
CMYK
RGB Variations
Color information
#C010AC (or 0xC010AC) is known color: Deep Magenta. HEX triplet: C0, 10 and AC. RGB value is (192,16,172). Sum of RGB (Red+Green+Blue) = 192+16+172=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C010AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010AC is #3FEF53. Grayscale: #555555. Windows color (decimal): -4190036 or 11276480. OLE color: 11276480.
HSL color Cylindrical-coordinate representation of color #C010AC: hue angle of 306.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010AC is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 172 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.25 |
| HSL | 306.82º | 0.85% | 0.41% | - |
| HSV(B) | 306.82º | 0.92% | 0.75% | - |
| XYZ | 29.37 | 14.56 | 40.29 | - |
| YUV | 86.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 172 | 0 | 0.92 | 0.10 | 0.25 | 306.82 | 0.85 | 0.41 |
| Hex | C0 | 10 | AC | 0 | 5C | A | 19 | 133 | 55 | 29 |
| Octal | 300 | 20 | 254 | 0 | 134 | 12 | 31 | 463 | 125 | 51 |
| Binary | 11000000 | 10000 | 10101100 | 0 | 1011100 | 1010 | 11001 | 100110011 | 1010101 | 101001 |
Color Harmonies of #C010AC
Complementary color
Monochromatic Colors of #C010AC
Black with #C010AC
Text Example
Text Example
White with #C010AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010AC; }
p { color: rgb(192,16,172); }
H1.HeaderClassName
{
color: #C010AC;
}
.AnyTagClassName
{
color: #C010AC;
}
</style>
background-color css
<style>
a { background-color: #C010AC; }
a { background-color: rgb(192,16,172); }
div.DivClassName
{
background-color: #C010AC;
}
.BgClassName
{
background-color: #C010AC;
}
</style>
border-color css
<style>
span { border-color: #C010AC; }
span { border-color: rgb(192,16,172); }
td.TdClassName
{
border-color: #C010AC;
}
.TagClassName
{
border-color: #C010AC;
}
</style>