Shades of Deep Magenta #C010C7
Tints of Deep Magenta #C010C7
RGB
CMYK
RGB Variations
Color information
#C010C7 (or 0xC010C7) is known color: Deep Magenta. HEX triplet: C0, 10 and C7. RGB value is (192,16,199). Sum of RGB (Red+Green+Blue) = 192+16+199=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #C010C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010C7 is #3FEF38. Grayscale: #585858. Windows color (decimal): -4190009 or 13045952. OLE color: 13045952.
HSL color Cylindrical-coordinate representation of color #C010C7: hue angle of 297.7º 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 #C010C7 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 16 | 199 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.22 |
| HSL | 297.7º | 0.85% | 0.42% | - |
| HSV(B) | 297.7º | 0.92% | 0.78% | - |
| XYZ | 32.23 | 15.7 | 55.36 | - |
| YUV | 89.49 | 189.81 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 199 | 0.04 | 0.92 | 0 | 0.22 | 297.7 | 0.85 | 0.42 |
| Hex | C0 | 10 | C7 | 4 | 5C | 0 | 16 | 12A | 55 | 2A |
| Octal | 300 | 20 | 307 | 4 | 134 | 0 | 26 | 452 | 125 | 52 |
| Binary | 11000000 | 10000 | 11000111 | 100 | 1011100 | 0 | 10110 | 100101010 | 1010101 | 101010 |
Color Harmonies of #C010C7
Complementary color
Monochromatic Colors of #C010C7
Black with #C010C7
Text Example
Text Example
White with #C010C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010C7; }
p { color: rgb(192,16,199); }
H1.HeaderClassName
{
color: #C010C7;
}
.AnyTagClassName
{
color: #C010C7;
}
</style>
background-color css
<style>
a { background-color: #C010C7; }
a { background-color: rgb(192,16,199); }
div.DivClassName
{
background-color: #C010C7;
}
.BgClassName
{
background-color: #C010C7;
}
</style>
border-color css
<style>
span { border-color: #C010C7; }
span { border-color: rgb(192,16,199); }
td.TdClassName
{
border-color: #C010C7;
}
.TagClassName
{
border-color: #C010C7;
}
</style>