Shades of Medium Violet Red #C01FA8
Tints of Medium Violet Red #C01FA8
RGB
CMYK
RGB Variations
Color information
#C01FA8 (or 0xC01FA8) is known color: Medium Violet Red. HEX triplet: C0, 1F and A8. RGB value is (192,31,168). Sum of RGB (Red+Green+Blue) = 192+31+168=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01FA8 is #3FE057. Grayscale: #5E5E5E. Windows color (decimal): -4186200 or 11018176. OLE color: 11018176.
HSL color Cylindrical-coordinate representation of color #C01FA8: hue angle of 308.94º 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 #C01FA8 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 168 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.25 |
| HSL | 308.94º | 0.72% | 0.44% | - |
| HSV(B) | 308.94º | 0.84% | 0.75% | - |
| XYZ | 29.3 | 15.01 | 38.4 | - |
| YUV | 94.76 | 169.34 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 168 | 0 | 0.84 | 0.12 | 0.25 | 308.94 | 0.72 | 0.44 |
| Hex | C0 | 1F | A8 | 0 | 54 | C | 19 | 135 | 48 | 2C |
| Octal | 300 | 37 | 250 | 0 | 124 | 14 | 31 | 465 | 110 | 54 |
| Binary | 11000000 | 11111 | 10101000 | 0 | 1010100 | 1100 | 11001 | 100110101 | 1001000 | 101100 |
Color Harmonies of #C01FA8
Complementary color
Monochromatic Colors of #C01FA8
Black with #C01FA8
Text Example
Text Example
White with #C01FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FA8; }
p { color: rgb(192,31,168); }
H1.HeaderClassName
{
color: #C01FA8;
}
.AnyTagClassName
{
color: #C01FA8;
}
</style>
background-color css
<style>
a { background-color: #C01FA8; }
a { background-color: rgb(192,31,168); }
div.DivClassName
{
background-color: #C01FA8;
}
.BgClassName
{
background-color: #C01FA8;
}
</style>
border-color css
<style>
span { border-color: #C01FA8; }
span { border-color: rgb(192,31,168); }
td.TdClassName
{
border-color: #C01FA8;
}
.TagClassName
{
border-color: #C01FA8;
}
</style>