Shades of Medium Violet Red #C01FAC
Tints of Medium Violet Red #C01FAC
RGB
CMYK
RGB Variations
Color information
#C01FAC (or 0xC01FAC) is known color: Medium Violet Red. HEX triplet: C0, 1F and AC. RGB value is (192,31,172). Sum of RGB (Red+Green+Blue) = 192+31+172=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01FAC is #3FE053. Grayscale: #5E5E5E. Windows color (decimal): -4186196 or 11280320. OLE color: 11280320.
HSL color Cylindrical-coordinate representation of color #C01FAC: hue angle of 307.45º 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 #C01FAC is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 172 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.25 |
| HSL | 307.45º | 0.72% | 0.44% | - |
| HSV(B) | 307.45º | 0.84% | 0.75% | - |
| XYZ | 29.67 | 15.17 | 40.39 | - |
| YUV | 95.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 172 | 0 | 0.84 | 0.10 | 0.25 | 307.45 | 0.72 | 0.44 |
| Hex | C0 | 1F | AC | 0 | 54 | A | 19 | 133 | 48 | 2C |
| Octal | 300 | 37 | 254 | 0 | 124 | 12 | 31 | 463 | 110 | 54 |
| Binary | 11000000 | 11111 | 10101100 | 0 | 1010100 | 1010 | 11001 | 100110011 | 1001000 | 101100 |
Color Harmonies of #C01FAC
Complementary color
Monochromatic Colors of #C01FAC
Black with #C01FAC
Text Example
Text Example
White with #C01FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FAC; }
p { color: rgb(192,31,172); }
H1.HeaderClassName
{
color: #C01FAC;
}
.AnyTagClassName
{
color: #C01FAC;
}
</style>
background-color css
<style>
a { background-color: #C01FAC; }
a { background-color: rgb(192,31,172); }
div.DivClassName
{
background-color: #C01FAC;
}
.BgClassName
{
background-color: #C01FAC;
}
</style>
border-color css
<style>
span { border-color: #C01FAC; }
span { border-color: rgb(192,31,172); }
td.TdClassName
{
border-color: #C01FAC;
}
.TagClassName
{
border-color: #C01FAC;
}
</style>