Shades of Deep Magenta #C010C6
Tints of Deep Magenta #C010C6
RGB
CMYK
RGB Variations
Color information
#C010C6 (or 0xC010C6) is known color: Deep Magenta. HEX triplet: C0, 10 and C6. RGB value is (192,16,198). Sum of RGB (Red+Green+Blue) = 192+16+198=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #C010C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010C6 is #3FEF39. Grayscale: #585858. Windows color (decimal): -4190010 or 12980416. OLE color: 12980416.
HSL color Cylindrical-coordinate representation of color #C010C6: hue angle of 298.02º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010C6 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 16 | 198 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.22 |
| HSL | 298.02º | 0.85% | 0.42% | - |
| HSV(B) | 298.02º | 0.92% | 0.78% | - |
| XYZ | 32.12 | 15.65 | 54.75 | - |
| YUV | 89.37 | 189.31 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 198 | 0.03 | 0.92 | 0 | 0.22 | 298.02 | 0.85 | 0.42 |
| Hex | C0 | 10 | C6 | 3 | 5C | 0 | 16 | 12A | 55 | 2A |
| Octal | 300 | 20 | 306 | 3 | 134 | 0 | 26 | 452 | 125 | 52 |
| Binary | 11000000 | 10000 | 11000110 | 11 | 1011100 | 0 | 10110 | 100101010 | 1010101 | 101010 |
Color Harmonies of #C010C6
Complementary color
Monochromatic Colors of #C010C6
Black with #C010C6
Text Example
Text Example
White with #C010C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010C6; }
p { color: rgb(192,16,198); }
H1.HeaderClassName
{
color: #C010C6;
}
.AnyTagClassName
{
color: #C010C6;
}
</style>
background-color css
<style>
a { background-color: #C010C6; }
a { background-color: rgb(192,16,198); }
div.DivClassName
{
background-color: #C010C6;
}
.BgClassName
{
background-color: #C010C6;
}
</style>
border-color css
<style>
span { border-color: #C010C6; }
span { border-color: rgb(192,16,198); }
td.TdClassName
{
border-color: #C010C6;
}
.TagClassName
{
border-color: #C010C6;
}
</style>