Shades of Medium Violet Red #C01FA6
Tints of Medium Violet Red #C01FA6
RGB
CMYK
RGB Variations
Color information
#C01FA6 (or 0xC01FA6) is known color: Medium Violet Red. HEX triplet: C0, 1F and A6. RGB value is (192,31,166). Sum of RGB (Red+Green+Blue) = 192+31+166=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01FA6 is #3FE059. Grayscale: #5E5E5E. Windows color (decimal): -4186202 or 10887104. OLE color: 10887104.
HSL color Cylindrical-coordinate representation of color #C01FA6: hue angle of 309.69º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01FA6 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 166 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.25 |
| HSL | 309.69º | 0.72% | 0.44% | - |
| HSV(B) | 309.69º | 0.84% | 0.75% | - |
| XYZ | 29.11 | 14.94 | 37.43 | - |
| YUV | 94.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 166 | 0 | 0.84 | 0.14 | 0.25 | 309.69 | 0.72 | 0.44 |
| Hex | C0 | 1F | A6 | 0 | 54 | E | 19 | 136 | 48 | 2C |
| Octal | 300 | 37 | 246 | 0 | 124 | 16 | 31 | 466 | 110 | 54 |
| Binary | 11000000 | 11111 | 10100110 | 0 | 1010100 | 1110 | 11001 | 100110110 | 1001000 | 101100 |
Color Harmonies of #C01FA6
Complementary color
Monochromatic Colors of #C01FA6
Black with #C01FA6
Text Example
Text Example
White with #C01FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FA6; }
p { color: rgb(192,31,166); }
H1.HeaderClassName
{
color: #C01FA6;
}
.AnyTagClassName
{
color: #C01FA6;
}
</style>
background-color css
<style>
a { background-color: #C01FA6; }
a { background-color: rgb(192,31,166); }
div.DivClassName
{
background-color: #C01FA6;
}
.BgClassName
{
background-color: #C01FA6;
}
</style>
border-color css
<style>
span { border-color: #C01FA6; }
span { border-color: rgb(192,31,166); }
td.TdClassName
{
border-color: #C01FA6;
}
.TagClassName
{
border-color: #C01FA6;
}
</style>