Shades of Deep Magenta #C020C1
Tints of Deep Magenta #C020C1
RGB
CMYK
RGB Variations
Color information
#C020C1 (or 0xC020C1) is known color: Deep Magenta. HEX triplet: C0, 20 and C1. RGB value is (192,32,193). Sum of RGB (Red+Green+Blue) = 192+32+193=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #C020C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020C1 is #3FDF3E. Grayscale: #616161. Windows color (decimal): -4185919 or 12656832. OLE color: 12656832.
HSL color Cylindrical-coordinate representation of color #C020C1: hue angle of 299.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C020C1 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 32 | 193 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.24 |
| HSL | 299.63º | 0.72% | 0.44% | - |
| HSV(B) | 299.63º | 0.83% | 0.76% | - |
| XYZ | 31.88 | 16.09 | 51.88 | - |
| YUV | 98.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 193 | 0.01 | 0.83 | 0 | 0.24 | 299.63 | 0.72 | 0.44 |
| Hex | C0 | 20 | C1 | 1 | 53 | 0 | 18 | 12C | 48 | 2C |
| Octal | 300 | 40 | 301 | 1 | 123 | 0 | 30 | 454 | 110 | 54 |
| Binary | 11000000 | 100000 | 11000001 | 1 | 1010011 | 0 | 11000 | 100101100 | 1001000 | 101100 |
Color Harmonies of #C020C1
Complementary color
Monochromatic Colors of #C020C1
Black with #C020C1
Text Example
Text Example
White with #C020C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020C1; }
p { color: rgb(192,32,193); }
H1.HeaderClassName
{
color: #C020C1;
}
.AnyTagClassName
{
color: #C020C1;
}
</style>
background-color css
<style>
a { background-color: #C020C1; }
a { background-color: rgb(192,32,193); }
div.DivClassName
{
background-color: #C020C1;
}
.BgClassName
{
background-color: #C020C1;
}
</style>
border-color css
<style>
span { border-color: #C020C1; }
span { border-color: rgb(192,32,193); }
td.TdClassName
{
border-color: #C020C1;
}
.TagClassName
{
border-color: #C020C1;
}
</style>