Shades of Deep Magenta #C20CCD
Tints of Deep Magenta #C20CCD
RGB
CMYK
RGB Variations
Color information
#C20CCD (or 0xC20CCD) is known color: Deep Magenta. HEX triplet: C2, 0C and CD. RGB value is (194,12,205). Sum of RGB (Red+Green+Blue) = 194+12+205=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #C20CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CCD is #3DF332. Grayscale: #575757. Windows color (decimal): -4059955 or 13438146. OLE color: 13438146.
HSL color Cylindrical-coordinate representation of color #C20CCD: hue angle of 296.58º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CCD is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 12 | 205 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.20 |
| HSL | 296.58º | 0.89% | 0.43% | - |
| HSV(B) | 296.58º | 0.94% | 0.8% | - |
| XYZ | 33.4 | 16.14 | 59.11 | - |
| YUV | 88.42 | 193.8 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 205 | 0.05 | 0.94 | 0 | 0.20 | 296.58 | 0.89 | 0.43 |
| Hex | C2 | C | CD | 5 | 5E | 0 | 14 | 129 | 59 | 2B |
| Octal | 302 | 14 | 315 | 5 | 136 | 0 | 24 | 451 | 131 | 53 |
| Binary | 11000010 | 1100 | 11001101 | 101 | 1011110 | 0 | 10100 | 100101001 | 1011001 | 101011 |
Color Harmonies of #C20CCD
Complementary color
Monochromatic Colors of #C20CCD
Black with #C20CCD
Text Example
Text Example
White with #C20CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CCD; }
p { color: rgb(194,12,205); }
H1.HeaderClassName
{
color: #C20CCD;
}
.AnyTagClassName
{
color: #C20CCD;
}
</style>
background-color css
<style>
a { background-color: #C20CCD; }
a { background-color: rgb(194,12,205); }
div.DivClassName
{
background-color: #C20CCD;
}
.BgClassName
{
background-color: #C20CCD;
}
</style>
border-color css
<style>
span { border-color: #C20CCD; }
span { border-color: rgb(194,12,205); }
td.TdClassName
{
border-color: #C20CCD;
}
.TagClassName
{
border-color: #C20CCD;
}
</style>