Shades of Medium Violet Red #C01FA5
Tints of Medium Violet Red #C01FA5
RGB
CMYK
RGB Variations
Color information
#C01FA5 (or 0xC01FA5) is known color: Medium Violet Red. HEX triplet: C0, 1F and A5. RGB value is (192,31,165). Sum of RGB (Red+Green+Blue) = 192+31+165=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01FA5 is #3FE05A. Grayscale: #5E5E5E. Windows color (decimal): -4186203 or 10821568. OLE color: 10821568.
HSL color Cylindrical-coordinate representation of color #C01FA5: hue angle of 310.06º 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 #C01FA5 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 165 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.25 |
| HSL | 310.06º | 0.72% | 0.44% | - |
| HSV(B) | 310.06º | 0.84% | 0.75% | - |
| XYZ | 29.02 | 14.9 | 36.94 | - |
| YUV | 94.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 165 | 0 | 0.84 | 0.14 | 0.25 | 310.06 | 0.72 | 0.44 |
| Hex | C0 | 1F | A5 | 0 | 54 | E | 19 | 136 | 48 | 2C |
| Octal | 300 | 37 | 245 | 0 | 124 | 16 | 31 | 466 | 110 | 54 |
| Binary | 11000000 | 11111 | 10100101 | 0 | 1010100 | 1110 | 11001 | 100110110 | 1001000 | 101100 |
Color Harmonies of #C01FA5
Complementary color
Monochromatic Colors of #C01FA5
Black with #C01FA5
Text Example
Text Example
White with #C01FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FA5; }
p { color: rgb(192,31,165); }
H1.HeaderClassName
{
color: #C01FA5;
}
.AnyTagClassName
{
color: #C01FA5;
}
</style>
background-color css
<style>
a { background-color: #C01FA5; }
a { background-color: rgb(192,31,165); }
div.DivClassName
{
background-color: #C01FA5;
}
.BgClassName
{
background-color: #C01FA5;
}
</style>
border-color css
<style>
span { border-color: #C01FA5; }
span { border-color: rgb(192,31,165); }
td.TdClassName
{
border-color: #C01FA5;
}
.TagClassName
{
border-color: #C01FA5;
}
</style>