Shades of Deep Magenta #C20FAC
Tints of Deep Magenta #C20FAC
RGB
CMYK
RGB Variations
Color information
#C20FAC (or 0xC20FAC) is known color: Deep Magenta. HEX triplet: C2, 0F and AC. RGB value is (194,15,172). Sum of RGB (Red+Green+Blue) = 194+15+172=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20FAC is #3DF053. Grayscale: #555555. Windows color (decimal): -4059220 or 11276226. OLE color: 11276226.
HSL color Cylindrical-coordinate representation of color #C20FAC: hue angle of 307.37º 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 #C20FAC is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 172 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.24 |
| HSL | 307.37º | 0.86% | 0.41% | - |
| HSV(B) | 307.37º | 0.92% | 0.76% | - |
| XYZ | 29.87 | 14.79 | 40.31 | - |
| YUV | 86.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 172 | 0 | 0.92 | 0.11 | 0.24 | 307.37 | 0.86 | 0.41 |
| Hex | C2 | F | AC | 0 | 5C | B | 18 | 133 | 56 | 29 |
| Octal | 302 | 17 | 254 | 0 | 134 | 13 | 30 | 463 | 126 | 51 |
| Binary | 11000010 | 1111 | 10101100 | 0 | 1011100 | 1011 | 11000 | 100110011 | 1010110 | 101001 |
Color Harmonies of #C20FAC
Complementary color
Monochromatic Colors of #C20FAC
Black with #C20FAC
Text Example
Text Example
White with #C20FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FAC; }
p { color: rgb(194,15,172); }
H1.HeaderClassName
{
color: #C20FAC;
}
.AnyTagClassName
{
color: #C20FAC;
}
</style>
background-color css
<style>
a { background-color: #C20FAC; }
a { background-color: rgb(194,15,172); }
div.DivClassName
{
background-color: #C20FAC;
}
.BgClassName
{
background-color: #C20FAC;
}
</style>
border-color css
<style>
span { border-color: #C20FAC; }
span { border-color: rgb(194,15,172); }
td.TdClassName
{
border-color: #C20FAC;
}
.TagClassName
{
border-color: #C20FAC;
}
</style>