Shades of Medium Violet Red #C01F9D
Tints of Medium Violet Red #C01F9D
RGB
CMYK
RGB Variations
Color information
#C01F9D (or 0xC01F9D) is known color: Medium Violet Red. HEX triplet: C0, 1F and 9D. RGB value is (192,31,157). Sum of RGB (Red+Green+Blue) = 192+31+157=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F9D is #3FE062. Grayscale: #5D5D5D. Windows color (decimal): -4186211 or 10297280. OLE color: 10297280.
HSL color Cylindrical-coordinate representation of color #C01F9D: hue angle of 313.04º 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 #C01F9D is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 157 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.25 |
| HSL | 313.04º | 0.72% | 0.44% | - |
| HSV(B) | 313.04º | 0.84% | 0.75% | - |
| XYZ | 28.31 | 14.62 | 33.23 | - |
| YUV | 93.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 157 | 0 | 0.84 | 0.18 | 0.25 | 313.04 | 0.72 | 0.44 |
| Hex | C0 | 1F | 9D | 0 | 54 | 12 | 19 | 139 | 48 | 2C |
| Octal | 300 | 37 | 235 | 0 | 124 | 22 | 31 | 471 | 110 | 54 |
| Binary | 11000000 | 11111 | 10011101 | 0 | 1010100 | 10010 | 11001 | 100111001 | 1001000 | 101100 |
Color Harmonies of #C01F9D
Complementary color
Monochromatic Colors of #C01F9D
Black with #C01F9D
Text Example
Text Example
White with #C01F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F9D; }
p { color: rgb(192,31,157); }
H1.HeaderClassName
{
color: #C01F9D;
}
.AnyTagClassName
{
color: #C01F9D;
}
</style>
background-color css
<style>
a { background-color: #C01F9D; }
a { background-color: rgb(192,31,157); }
div.DivClassName
{
background-color: #C01F9D;
}
.BgClassName
{
background-color: #C01F9D;
}
</style>
border-color css
<style>
span { border-color: #C01F9D; }
span { border-color: rgb(192,31,157); }
td.TdClassName
{
border-color: #C01F9D;
}
.TagClassName
{
border-color: #C01F9D;
}
</style>