Shades of Deep Magenta #C020CD
Tints of Deep Magenta #C020CD
RGB
CMYK
RGB Variations
Color information
#C020CD (or 0xC020CD) is known color: Deep Magenta. HEX triplet: C0, 20 and CD. RGB value is (192,32,205). Sum of RGB (Red+Green+Blue) = 192+32+205=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #C020CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020CD is #3FDF32. Grayscale: #636363. Windows color (decimal): -4185907 or 13443264. OLE color: 13443264.
HSL color Cylindrical-coordinate representation of color #C020CD: hue angle of 295.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C020CD is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 32 | 205 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.20 |
| HSL | 295.49º | 0.73% | 0.46% | - |
| HSV(B) | 295.49º | 0.84% | 0.8% | - |
| XYZ | 33.27 | 16.65 | 59.22 | - |
| YUV | 99.56 | 187.51 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 205 | 0.06 | 0.84 | 0 | 0.20 | 295.49 | 0.73 | 0.46 |
| Hex | C0 | 20 | CD | 6 | 54 | 0 | 14 | 127 | 49 | 2E |
| Octal | 300 | 40 | 315 | 6 | 124 | 0 | 24 | 447 | 111 | 56 |
| Binary | 11000000 | 100000 | 11001101 | 110 | 1010100 | 0 | 10100 | 100100111 | 1001001 | 101110 |
Color Harmonies of #C020CD
Complementary color
Monochromatic Colors of #C020CD
Black with #C020CD
Text Example
Text Example
White with #C020CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020CD; }
p { color: rgb(192,32,205); }
H1.HeaderClassName
{
color: #C020CD;
}
.AnyTagClassName
{
color: #C020CD;
}
</style>
background-color css
<style>
a { background-color: #C020CD; }
a { background-color: rgb(192,32,205); }
div.DivClassName
{
background-color: #C020CD;
}
.BgClassName
{
background-color: #C020CD;
}
</style>
border-color css
<style>
span { border-color: #C020CD; }
span { border-color: rgb(192,32,205); }
td.TdClassName
{
border-color: #C020CD;
}
.TagClassName
{
border-color: #C020CD;
}
</style>