Shades of Medium Violet Red #C01F80
Tints of Medium Violet Red #C01F80
RGB
CMYK
RGB Variations
Color information
#C01F80 (or 0xC01F80) is known color: Medium Violet Red. HEX triplet: C0, 1F and 80. RGB value is (192,31,128). Sum of RGB (Red+Green+Blue) = 192+31+128=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F80 is #3FE07F. Grayscale: #595959. Windows color (decimal): -4186240 or 8396736. OLE color: 8396736.
HSL color Cylindrical-coordinate representation of color #C01F80: hue angle of 323.85º 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 #C01F80 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 128 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.25 |
| HSL | 323.85º | 0.72% | 0.44% | - |
| HSV(B) | 323.85º | 0.84% | 0.75% | - |
| XYZ | 26.12 | 13.74 | 21.7 | - |
| YUV | 90.2 | 149.34 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 128 | 0 | 0.84 | 0.33 | 0.25 | 323.85 | 0.72 | 0.44 |
| Hex | C0 | 1F | 80 | 0 | 54 | 21 | 19 | 144 | 48 | 2C |
| Octal | 300 | 37 | 200 | 0 | 124 | 41 | 31 | 504 | 110 | 54 |
| Binary | 11000000 | 11111 | 10000000 | 0 | 1010100 | 100001 | 11001 | 101000100 | 1001000 | 101100 |
Color Harmonies of #C01F80
Complementary color
Monochromatic Colors of #C01F80
Black with #C01F80
Text Example
Text Example
White with #C01F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F80; }
p { color: rgb(192,31,128); }
H1.HeaderClassName
{
color: #C01F80;
}
.AnyTagClassName
{
color: #C01F80;
}
</style>
background-color css
<style>
a { background-color: #C01F80; }
a { background-color: rgb(192,31,128); }
div.DivClassName
{
background-color: #C01F80;
}
.BgClassName
{
background-color: #C01F80;
}
</style>
border-color css
<style>
span { border-color: #C01F80; }
span { border-color: rgb(192,31,128); }
td.TdClassName
{
border-color: #C01F80;
}
.TagClassName
{
border-color: #C01F80;
}
</style>