Shades of Deep Magenta #C20FAF
Tints of Deep Magenta #C20FAF
RGB
CMYK
RGB Variations
Color information
#C20FAF (or 0xC20FAF) is known color: Deep Magenta. HEX triplet: C2, 0F and AF. RGB value is (194,15,175). Sum of RGB (Red+Green+Blue) = 194+15+175=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20FAF is #3DF050. Grayscale: #565656. Windows color (decimal): -4059217 or 11472834. OLE color: 11472834.
HSL color Cylindrical-coordinate representation of color #C20FAF: hue angle of 306.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 #C20FAF is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 175 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.24 |
| HSL | 306.37º | 0.86% | 0.41% | - |
| HSV(B) | 306.37º | 0.92% | 0.76% | - |
| XYZ | 30.16 | 14.91 | 41.85 | - |
| YUV | 86.76 | 177.8 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 175 | 0 | 0.92 | 0.10 | 0.24 | 306.37 | 0.86 | 0.41 |
| Hex | C2 | F | AF | 0 | 5C | A | 18 | 132 | 56 | 29 |
| Octal | 302 | 17 | 257 | 0 | 134 | 12 | 30 | 462 | 126 | 51 |
| Binary | 11000010 | 1111 | 10101111 | 0 | 1011100 | 1010 | 11000 | 100110010 | 1010110 | 101001 |
Color Harmonies of #C20FAF
Complementary color
Monochromatic Colors of #C20FAF
Black with #C20FAF
Text Example
Text Example
White with #C20FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FAF; }
p { color: rgb(194,15,175); }
H1.HeaderClassName
{
color: #C20FAF;
}
.AnyTagClassName
{
color: #C20FAF;
}
</style>
background-color css
<style>
a { background-color: #C20FAF; }
a { background-color: rgb(194,15,175); }
div.DivClassName
{
background-color: #C20FAF;
}
.BgClassName
{
background-color: #C20FAF;
}
</style>
border-color css
<style>
span { border-color: #C20FAF; }
span { border-color: rgb(194,15,175); }
td.TdClassName
{
border-color: #C20FAF;
}
.TagClassName
{
border-color: #C20FAF;
}
</style>