Shades of Medium Violet Red #C01F6F
Tints of Medium Violet Red #C01F6F
RGB
CMYK
RGB Variations
Color information
#C01F6F (or 0xC01F6F) is known color: Medium Violet Red. HEX triplet: C0, 1F and 6F. RGB value is (192,31,111). Sum of RGB (Red+Green+Blue) = 192+31+111=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F6F is #3FE090. Grayscale: #585858. Windows color (decimal): -4186257 or 7282624. OLE color: 7282624.
HSL color Cylindrical-coordinate representation of color #C01F6F: hue angle of 330.19º 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 #C01F6F is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 111 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.25 |
| HSL | 330.19º | 0.72% | 0.44% | - |
| HSV(B) | 330.19º | 0.84% | 0.75% | - |
| XYZ | 25.1 | 13.33 | 16.29 | - |
| YUV | 88.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 111 | 0 | 0.84 | 0.42 | 0.25 | 330.19 | 0.72 | 0.44 |
| Hex | C0 | 1F | 6F | 0 | 54 | 2A | 19 | 14A | 48 | 2C |
| Octal | 300 | 37 | 157 | 0 | 124 | 52 | 31 | 512 | 110 | 54 |
| Binary | 11000000 | 11111 | 1101111 | 0 | 1010100 | 101010 | 11001 | 101001010 | 1001000 | 101100 |
Color Harmonies of #C01F6F
Complementary color
Monochromatic Colors of #C01F6F
Black with #C01F6F
Text Example
Text Example
White with #C01F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F6F; }
p { color: rgb(192,31,111); }
H1.HeaderClassName
{
color: #C01F6F;
}
.AnyTagClassName
{
color: #C01F6F;
}
</style>
background-color css
<style>
a { background-color: #C01F6F; }
a { background-color: rgb(192,31,111); }
div.DivClassName
{
background-color: #C01F6F;
}
.BgClassName
{
background-color: #C01F6F;
}
</style>
border-color css
<style>
span { border-color: #C01F6F; }
span { border-color: rgb(192,31,111); }
td.TdClassName
{
border-color: #C01F6F;
}
.TagClassName
{
border-color: #C01F6F;
}
</style>