Shades of Medium Violet Red #C01FA4
Tints of Medium Violet Red #C01FA4
RGB
CMYK
RGB Variations
Color information
#C01FA4 (or 0xC01FA4) is known color: Medium Violet Red. HEX triplet: C0, 1F and A4. RGB value is (192,31,164). Sum of RGB (Red+Green+Blue) = 192+31+164=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01FA4 is #3FE05B. Grayscale: #5D5D5D. Windows color (decimal): -4186204 or 10756032. OLE color: 10756032.
HSL color Cylindrical-coordinate representation of color #C01FA4: hue angle of 310.43º 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 #C01FA4 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 164 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.25 |
| HSL | 310.43º | 0.72% | 0.44% | - |
| HSV(B) | 310.43º | 0.84% | 0.75% | - |
| XYZ | 28.93 | 14.87 | 36.47 | - |
| YUV | 94.3 | 167.34 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 164 | 0 | 0.84 | 0.15 | 0.25 | 310.43 | 0.72 | 0.44 |
| Hex | C0 | 1F | A4 | 0 | 54 | F | 19 | 136 | 48 | 2C |
| Octal | 300 | 37 | 244 | 0 | 124 | 17 | 31 | 466 | 110 | 54 |
| Binary | 11000000 | 11111 | 10100100 | 0 | 1010100 | 1111 | 11001 | 100110110 | 1001000 | 101100 |
Color Harmonies of #C01FA4
Complementary color
Monochromatic Colors of #C01FA4
Black with #C01FA4
Text Example
Text Example
White with #C01FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FA4; }
p { color: rgb(192,31,164); }
H1.HeaderClassName
{
color: #C01FA4;
}
.AnyTagClassName
{
color: #C01FA4;
}
</style>
background-color css
<style>
a { background-color: #C01FA4; }
a { background-color: rgb(192,31,164); }
div.DivClassName
{
background-color: #C01FA4;
}
.BgClassName
{
background-color: #C01FA4;
}
</style>
border-color css
<style>
span { border-color: #C01FA4; }
span { border-color: rgb(192,31,164); }
td.TdClassName
{
border-color: #C01FA4;
}
.TagClassName
{
border-color: #C01FA4;
}
</style>