Shades of Medium Violet Red #C01F71
Tints of Medium Violet Red #C01F71
RGB
CMYK
RGB Variations
Color information
#C01F71 (or 0xC01F71) is known color: Medium Violet Red. HEX triplet: C0, 1F and 71. RGB value is (192,31,113). Sum of RGB (Red+Green+Blue) = 192+31+113=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F71 is #3FE08E. Grayscale: #585858. Windows color (decimal): -4186255 or 7413696. OLE color: 7413696.
HSL color Cylindrical-coordinate representation of color #C01F71: hue angle of 329.44º 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 #C01F71 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 113 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.25 |
| HSL | 329.44º | 0.72% | 0.44% | - |
| HSV(B) | 329.44º | 0.84% | 0.75% | - |
| XYZ | 25.21 | 13.38 | 16.88 | - |
| YUV | 88.49 | 141.84 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 113 | 0 | 0.84 | 0.41 | 0.25 | 329.44 | 0.72 | 0.44 |
| Hex | C0 | 1F | 71 | 0 | 54 | 29 | 19 | 149 | 48 | 2C |
| Octal | 300 | 37 | 161 | 0 | 124 | 51 | 31 | 511 | 110 | 54 |
| Binary | 11000000 | 11111 | 1110001 | 0 | 1010100 | 101001 | 11001 | 101001001 | 1001000 | 101100 |
Color Harmonies of #C01F71
Complementary color
Monochromatic Colors of #C01F71
Black with #C01F71
Text Example
Text Example
White with #C01F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F71; }
p { color: rgb(192,31,113); }
H1.HeaderClassName
{
color: #C01F71;
}
.AnyTagClassName
{
color: #C01F71;
}
</style>
background-color css
<style>
a { background-color: #C01F71; }
a { background-color: rgb(192,31,113); }
div.DivClassName
{
background-color: #C01F71;
}
.BgClassName
{
background-color: #C01F71;
}
</style>
border-color css
<style>
span { border-color: #C01F71; }
span { border-color: rgb(192,31,113); }
td.TdClassName
{
border-color: #C01F71;
}
.TagClassName
{
border-color: #C01F71;
}
</style>