Shades of Deep Magenta #C20AC6
Tints of Deep Magenta #C20AC6
RGB
CMYK
RGB Variations
Color information
#C20AC6 (or 0xC20AC6) is known color: Deep Magenta. HEX triplet: C2, 0A and C6. RGB value is (194,10,198). Sum of RGB (Red+Green+Blue) = 194+10+198=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #C20AC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20AC6 is #3DF539. Grayscale: #555555. Windows color (decimal): -4060474 or 12978882. OLE color: 12978882.
HSL color Cylindrical-coordinate representation of color #C20AC6: hue angle of 298.72º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20AC6 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 10 | 198 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.22 |
| HSL | 298.72º | 0.9% | 0.41% | - |
| HSV(B) | 298.72º | 0.95% | 0.78% | - |
| XYZ | 32.55 | 15.76 | 54.75 | - |
| YUV | 86.45 | 190.96 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 198 | 0.02 | 0.95 | 0 | 0.22 | 298.72 | 0.9 | 0.41 |
| Hex | C2 | A | C6 | 2 | 5F | 0 | 16 | 12B | 5A | 29 |
| Octal | 302 | 12 | 306 | 2 | 137 | 0 | 26 | 453 | 132 | 51 |
| Binary | 11000010 | 1010 | 11000110 | 10 | 1011111 | 0 | 10110 | 100101011 | 1011010 | 101001 |
Color Harmonies of #C20AC6
Complementary color
Monochromatic Colors of #C20AC6
Black with #C20AC6
Text Example
Text Example
White with #C20AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AC6; }
p { color: rgb(194,10,198); }
H1.HeaderClassName
{
color: #C20AC6;
}
.AnyTagClassName
{
color: #C20AC6;
}
</style>
background-color css
<style>
a { background-color: #C20AC6; }
a { background-color: rgb(194,10,198); }
div.DivClassName
{
background-color: #C20AC6;
}
.BgClassName
{
background-color: #C20AC6;
}
</style>
border-color css
<style>
span { border-color: #C20AC6; }
span { border-color: rgb(194,10,198); }
td.TdClassName
{
border-color: #C20AC6;
}
.TagClassName
{
border-color: #C20AC6;
}
</style>