Shades of Deep Magenta #C20FAD
Tints of Deep Magenta #C20FAD
RGB
CMYK
RGB Variations
Color information
#C20FAD (or 0xC20FAD) is known color: Deep Magenta. HEX triplet: C2, 0F and AD. RGB value is (194,15,173). Sum of RGB (Red+Green+Blue) = 194+15+173=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20FAD is #3DF052. Grayscale: #565656. Windows color (decimal): -4059219 or 11341762. OLE color: 11341762.
HSL color Cylindrical-coordinate representation of color #C20FAD: hue angle of 307.04º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20FAD is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 173 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.24 |
| HSL | 307.04º | 0.86% | 0.41% | - |
| HSV(B) | 307.04º | 0.92% | 0.76% | - |
| XYZ | 29.96 | 14.83 | 40.82 | - |
| YUV | 86.53 | 176.8 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 173 | 0 | 0.92 | 0.11 | 0.24 | 307.04 | 0.86 | 0.41 |
| Hex | C2 | F | AD | 0 | 5C | B | 18 | 133 | 56 | 29 |
| Octal | 302 | 17 | 255 | 0 | 134 | 13 | 30 | 463 | 126 | 51 |
| Binary | 11000010 | 1111 | 10101101 | 0 | 1011100 | 1011 | 11000 | 100110011 | 1010110 | 101001 |
Color Harmonies of #C20FAD
Complementary color
Monochromatic Colors of #C20FAD
Black with #C20FAD
Text Example
Text Example
White with #C20FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FAD; }
p { color: rgb(194,15,173); }
H1.HeaderClassName
{
color: #C20FAD;
}
.AnyTagClassName
{
color: #C20FAD;
}
</style>
background-color css
<style>
a { background-color: #C20FAD; }
a { background-color: rgb(194,15,173); }
div.DivClassName
{
background-color: #C20FAD;
}
.BgClassName
{
background-color: #C20FAD;
}
</style>
border-color css
<style>
span { border-color: #C20FAD; }
span { border-color: rgb(194,15,173); }
td.TdClassName
{
border-color: #C20FAD;
}
.TagClassName
{
border-color: #C20FAD;
}
</style>