Shades of Deep Magenta #C010CC
Tints of Deep Magenta #C010CC
RGB
CMYK
RGB Variations
Color information
#C010CC (or 0xC010CC) is known color: Deep Magenta. HEX triplet: C0, 10 and CC. RGB value is (192,16,204). Sum of RGB (Red+Green+Blue) = 192+16+204=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #C010CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010CC is #3FEF33. Grayscale: #595959. Windows color (decimal): -4190004 or 13373632. OLE color: 13373632.
HSL color Cylindrical-coordinate representation of color #C010CC: hue angle of 296.17º degrees, saturation: 0.85, 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 #C010CC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 16 | 204 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.2 |
| HSL | 296.17º | 0.85% | 0.43% | - |
| HSV(B) | 296.17º | 0.92% | 0.8% | - |
| XYZ | 32.82 | 15.94 | 58.47 | - |
| YUV | 90.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 204 | 0.06 | 0.92 | 0 | 0.2 | 296.17 | 0.85 | 0.43 |
| Hex | C0 | 10 | CC | 6 | 5C | 0 | 14 | 128 | 55 | 2B |
| Octal | 300 | 20 | 314 | 6 | 134 | 0 | 24 | 450 | 125 | 53 |
| Binary | 11000000 | 10000 | 11001100 | 110 | 1011100 | 0 | 10100 | 100101000 | 1010101 | 101011 |
Color Harmonies of #C010CC
Complementary color
Monochromatic Colors of #C010CC
Black with #C010CC
Text Example
Text Example
White with #C010CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010CC; }
p { color: rgb(192,16,204); }
H1.HeaderClassName
{
color: #C010CC;
}
.AnyTagClassName
{
color: #C010CC;
}
</style>
background-color css
<style>
a { background-color: #C010CC; }
a { background-color: rgb(192,16,204); }
div.DivClassName
{
background-color: #C010CC;
}
.BgClassName
{
background-color: #C010CC;
}
</style>
border-color css
<style>
span { border-color: #C010CC; }
span { border-color: rgb(192,16,204); }
td.TdClassName
{
border-color: #C010CC;
}
.TagClassName
{
border-color: #C010CC;
}
</style>