Shades of Deep Magenta #C020C2
Tints of Deep Magenta #C020C2
RGB
CMYK
RGB Variations
Color information
#C020C2 (or 0xC020C2) is known color: Deep Magenta. HEX triplet: C0, 20 and C2. RGB value is (192,32,194). Sum of RGB (Red+Green+Blue) = 192+32+194=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #C020C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020C2 is #3FDF3D. Grayscale: #616161. Windows color (decimal): -4185918 or 12722368. OLE color: 12722368.
HSL color Cylindrical-coordinate representation of color #C020C2: hue angle of 299.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C020C2 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 32 | 194 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.24 |
| HSL | 299.26º | 0.72% | 0.44% | - |
| HSV(B) | 299.26º | 0.84% | 0.76% | - |
| XYZ | 31.99 | 16.13 | 52.47 | - |
| YUV | 98.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 194 | 0.01 | 0.84 | 0 | 0.24 | 299.26 | 0.72 | 0.44 |
| Hex | C0 | 20 | C2 | 1 | 54 | 0 | 18 | 12B | 48 | 2C |
| Octal | 300 | 40 | 302 | 1 | 124 | 0 | 30 | 453 | 110 | 54 |
| Binary | 11000000 | 100000 | 11000010 | 1 | 1010100 | 0 | 11000 | 100101011 | 1001000 | 101100 |
Color Harmonies of #C020C2
Complementary color
Monochromatic Colors of #C020C2
Black with #C020C2
Text Example
Text Example
White with #C020C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020C2; }
p { color: rgb(192,32,194); }
H1.HeaderClassName
{
color: #C020C2;
}
.AnyTagClassName
{
color: #C020C2;
}
</style>
background-color css
<style>
a { background-color: #C020C2; }
a { background-color: rgb(192,32,194); }
div.DivClassName
{
background-color: #C020C2;
}
.BgClassName
{
background-color: #C020C2;
}
</style>
border-color css
<style>
span { border-color: #C020C2; }
span { border-color: rgb(192,32,194); }
td.TdClassName
{
border-color: #C020C2;
}
.TagClassName
{
border-color: #C020C2;
}
</style>