Shades of Deep Magenta #C010CD
Tints of Deep Magenta #C010CD
RGB
CMYK
RGB Variations
Color information
#C010CD (or 0xC010CD) is known color: Deep Magenta. HEX triplet: C0, 10 and CD. RGB value is (192,16,205). Sum of RGB (Red+Green+Blue) = 192+16+205=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #C010CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010CD is #3FEF32. Grayscale: #595959. Windows color (decimal): -4190003 or 13439168. OLE color: 13439168.
HSL color Cylindrical-coordinate representation of color #C010CD: hue angle of 295.87º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010CD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 16 | 205 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.20 |
| HSL | 295.87º | 0.86% | 0.43% | - |
| HSV(B) | 295.87º | 0.92% | 0.8% | - |
| XYZ | 32.94 | 15.98 | 59.11 | - |
| YUV | 90.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 205 | 0.06 | 0.92 | 0 | 0.20 | 295.87 | 0.86 | 0.43 |
| Hex | C0 | 10 | CD | 6 | 5C | 0 | 14 | 128 | 56 | 2B |
| Octal | 300 | 20 | 315 | 6 | 134 | 0 | 24 | 450 | 126 | 53 |
| Binary | 11000000 | 10000 | 11001101 | 110 | 1011100 | 0 | 10100 | 100101000 | 1010110 | 101011 |
Color Harmonies of #C010CD
Complementary color
Monochromatic Colors of #C010CD
Black with #C010CD
Text Example
Text Example
White with #C010CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010CD; }
p { color: rgb(192,16,205); }
H1.HeaderClassName
{
color: #C010CD;
}
.AnyTagClassName
{
color: #C010CD;
}
</style>
background-color css
<style>
a { background-color: #C010CD; }
a { background-color: rgb(192,16,205); }
div.DivClassName
{
background-color: #C010CD;
}
.BgClassName
{
background-color: #C010CD;
}
</style>
border-color css
<style>
span { border-color: #C010CD; }
span { border-color: rgb(192,16,205); }
td.TdClassName
{
border-color: #C010CD;
}
.TagClassName
{
border-color: #C010CD;
}
</style>