Shades of Medium Violet Red #C01FA0
Tints of Medium Violet Red #C01FA0
RGB
CMYK
RGB Variations
Color information
#C01FA0 (or 0xC01FA0) is known color: Medium Violet Red. HEX triplet: C0, 1F and A0. RGB value is (192,31,160). Sum of RGB (Red+Green+Blue) = 192+31+160=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01FA0 is #3FE05F. Grayscale: #5D5D5D. Windows color (decimal): -4186208 or 10493888. OLE color: 10493888.
HSL color Cylindrical-coordinate representation of color #C01FA0: hue angle of 311.93º 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 #C01FA0 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 160 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.25 |
| HSL | 311.93º | 0.72% | 0.44% | - |
| HSV(B) | 311.93º | 0.84% | 0.75% | - |
| XYZ | 28.57 | 14.72 | 34.59 | - |
| YUV | 93.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 160 | 0 | 0.84 | 0.17 | 0.25 | 311.93 | 0.72 | 0.44 |
| Hex | C0 | 1F | A0 | 0 | 54 | 11 | 19 | 138 | 48 | 2C |
| Octal | 300 | 37 | 240 | 0 | 124 | 21 | 31 | 470 | 110 | 54 |
| Binary | 11000000 | 11111 | 10100000 | 0 | 1010100 | 10001 | 11001 | 100111000 | 1001000 | 101100 |
Color Harmonies of #C01FA0
Complementary color
Monochromatic Colors of #C01FA0
Black with #C01FA0
Text Example
Text Example
White with #C01FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FA0; }
p { color: rgb(192,31,160); }
H1.HeaderClassName
{
color: #C01FA0;
}
.AnyTagClassName
{
color: #C01FA0;
}
</style>
background-color css
<style>
a { background-color: #C01FA0; }
a { background-color: rgb(192,31,160); }
div.DivClassName
{
background-color: #C01FA0;
}
.BgClassName
{
background-color: #C01FA0;
}
</style>
border-color css
<style>
span { border-color: #C01FA0; }
span { border-color: rgb(192,31,160); }
td.TdClassName
{
border-color: #C01FA0;
}
.TagClassName
{
border-color: #C01FA0;
}
</style>