Shades of Medium Violet Red #C01F77
Tints of Medium Violet Red #C01F77
RGB
CMYK
RGB Variations
Color information
#C01F77 (or 0xC01F77) is known color: Medium Violet Red. HEX triplet: C0, 1F and 77. RGB value is (192,31,119). Sum of RGB (Red+Green+Blue) = 192+31+119=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F77 is #3FE088. Grayscale: #585858. Windows color (decimal): -4186249 or 7806912. OLE color: 7806912.
HSL color Cylindrical-coordinate representation of color #C01F77: hue angle of 327.2º 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 #C01F77 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 119 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.25 |
| HSL | 327.21º | 0.72% | 0.44% | - |
| HSV(B) | 327.21º | 0.84% | 0.75% | - |
| XYZ | 25.56 | 13.52 | 18.72 | - |
| YUV | 89.17 | 144.84 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 119 | 0 | 0.84 | 0.38 | 0.25 | 327.21 | 0.72 | 0.44 |
| Hex | C0 | 1F | 77 | 0 | 54 | 26 | 19 | 147 | 48 | 2C |
| Octal | 300 | 37 | 167 | 0 | 124 | 46 | 31 | 507 | 110 | 54 |
| Binary | 11000000 | 11111 | 1110111 | 0 | 1010100 | 100110 | 11001 | 101000111 | 1001000 | 101100 |
Color Harmonies of #C01F77
Complementary color
Monochromatic Colors of #C01F77
Black with #C01F77
Text Example
Text Example
White with #C01F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F77; }
p { color: rgb(192,31,119); }
H1.HeaderClassName
{
color: #C01F77;
}
.AnyTagClassName
{
color: #C01F77;
}
</style>
background-color css
<style>
a { background-color: #C01F77; }
a { background-color: rgb(192,31,119); }
div.DivClassName
{
background-color: #C01F77;
}
.BgClassName
{
background-color: #C01F77;
}
</style>
border-color css
<style>
span { border-color: #C01F77; }
span { border-color: rgb(192,31,119); }
td.TdClassName
{
border-color: #C01F77;
}
.TagClassName
{
border-color: #C01F77;
}
</style>