Shades of Deep Magenta #C020C9
Tints of Deep Magenta #C020C9
RGB
CMYK
RGB Variations
Color information
#C020C9 (or 0xC020C9) is known color: Deep Magenta. HEX triplet: C0, 20 and C9. RGB value is (192,32,201). Sum of RGB (Red+Green+Blue) = 192+32+201=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #C020C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020C9 is #3FDF36. Grayscale: #626262. Windows color (decimal): -4185911 or 13181120. OLE color: 13181120.
HSL color Cylindrical-coordinate representation of color #C020C9: hue angle of 296.8º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C020C9 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 32 | 201 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.21 |
| HSL | 296.8º | 0.73% | 0.46% | - |
| HSV(B) | 296.8º | 0.84% | 0.79% | - |
| XYZ | 32.8 | 16.46 | 56.71 | - |
| YUV | 99.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 201 | 0.04 | 0.84 | 0 | 0.21 | 296.8 | 0.73 | 0.46 |
| Hex | C0 | 20 | C9 | 4 | 54 | 0 | 15 | 129 | 49 | 2E |
| Octal | 300 | 40 | 311 | 4 | 124 | 0 | 25 | 451 | 111 | 56 |
| Binary | 11000000 | 100000 | 11001001 | 100 | 1010100 | 0 | 10101 | 100101001 | 1001001 | 101110 |
Color Harmonies of #C020C9
Complementary color
Monochromatic Colors of #C020C9
Black with #C020C9
Text Example
Text Example
White with #C020C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020C9; }
p { color: rgb(192,32,201); }
H1.HeaderClassName
{
color: #C020C9;
}
.AnyTagClassName
{
color: #C020C9;
}
</style>
background-color css
<style>
a { background-color: #C020C9; }
a { background-color: rgb(192,32,201); }
div.DivClassName
{
background-color: #C020C9;
}
.BgClassName
{
background-color: #C020C9;
}
</style>
border-color css
<style>
span { border-color: #C020C9; }
span { border-color: rgb(192,32,201); }
td.TdClassName
{
border-color: #C020C9;
}
.TagClassName
{
border-color: #C020C9;
}
</style>