Shades of Deep Magenta #C010C0
Tints of Deep Magenta #C010C0
RGB
CMYK
RGB Variations
Color information
#C010C0 (or 0xC010C0) is known color: Deep Magenta. HEX triplet: C0, 10 and C0. RGB value is (192,16,192). Sum of RGB (Red+Green+Blue) = 192+16+192=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C010C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010C0 is #3FEF3F. Grayscale: #585858. Windows color (decimal): -4190016 or 12587200. OLE color: 12587200.
HSL color Cylindrical-coordinate representation of color #C010C0: hue angle of 300º 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 #C010C0 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 192 | - |
| CMYK | 0 | 0.92 | 0 | 0.25 |
| HSL | 300º | 0.85% | 0.41% | - |
| HSV(B) | 300º | 0.92% | 0.75% | - |
| XYZ | 31.44 | 15.38 | 51.18 | - |
| YUV | 88.69 | 186.31 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 192 | 0 | 0.92 | 0 | 0.25 | 300 | 0.85 | 0.41 |
| Hex | C0 | 10 | C0 | 0 | 5C | 0 | 19 | 12C | 55 | 29 |
| Octal | 300 | 20 | 300 | 0 | 134 | 0 | 31 | 454 | 125 | 51 |
| Binary | 11000000 | 10000 | 11000000 | 0 | 1011100 | 0 | 11001 | 100101100 | 1010101 | 101001 |
Color Harmonies of #C010C0
Complementary color
Monochromatic Colors of #C010C0
Black with #C010C0
Text Example
Text Example
White with #C010C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010C0; }
p { color: rgb(192,16,192); }
H1.HeaderClassName
{
color: #C010C0;
}
.AnyTagClassName
{
color: #C010C0;
}
</style>
background-color css
<style>
a { background-color: #C010C0; }
a { background-color: rgb(192,16,192); }
div.DivClassName
{
background-color: #C010C0;
}
.BgClassName
{
background-color: #C010C0;
}
</style>
border-color css
<style>
span { border-color: #C010C0; }
span { border-color: rgb(192,16,192); }
td.TdClassName
{
border-color: #C010C0;
}
.TagClassName
{
border-color: #C010C0;
}
</style>