Shades of Medium Violet Red #C20FA6
Tints of Medium Violet Red #C20FA6
RGB
CMYK
RGB Variations
Color information
#C20FA6 (or 0xC20FA6) is known color: Medium Violet Red. HEX triplet: C2, 0F and A6. RGB value is (194,15,166). Sum of RGB (Red+Green+Blue) = 194+15+166=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20FA6 is #3DF059. Grayscale: #555555. Windows color (decimal): -4059226 or 10883010. OLE color: 10883010.
HSL color Cylindrical-coordinate representation of color #C20FA6: hue angle of 309.39º 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 #C20FA6 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 166 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.24 |
| HSL | 309.39º | 0.86% | 0.41% | - |
| HSV(B) | 309.39º | 0.92% | 0.76% | - |
| XYZ | 29.3 | 14.56 | 37.34 | - |
| YUV | 85.74 | 173.3 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 166 | 0 | 0.92 | 0.14 | 0.24 | 309.39 | 0.86 | 0.41 |
| Hex | C2 | F | A6 | 0 | 5C | E | 18 | 135 | 56 | 29 |
| Octal | 302 | 17 | 246 | 0 | 134 | 16 | 30 | 465 | 126 | 51 |
| Binary | 11000010 | 1111 | 10100110 | 0 | 1011100 | 1110 | 11000 | 100110101 | 1010110 | 101001 |
Color Harmonies of #C20FA6
Complementary color
Monochromatic Colors of #C20FA6
Black with #C20FA6
Text Example
Text Example
White with #C20FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FA6; }
p { color: rgb(194,15,166); }
H1.HeaderClassName
{
color: #C20FA6;
}
.AnyTagClassName
{
color: #C20FA6;
}
</style>
background-color css
<style>
a { background-color: #C20FA6; }
a { background-color: rgb(194,15,166); }
div.DivClassName
{
background-color: #C20FA6;
}
.BgClassName
{
background-color: #C20FA6;
}
</style>
border-color css
<style>
span { border-color: #C20FA6; }
span { border-color: rgb(194,15,166); }
td.TdClassName
{
border-color: #C20FA6;
}
.TagClassName
{
border-color: #C20FA6;
}
</style>