Shades of Medium Violet Red #C01F9F
Tints of Medium Violet Red #C01F9F
RGB
CMYK
RGB Variations
Color information
#C01F9F (or 0xC01F9F) is known color: Medium Violet Red. HEX triplet: C0, 1F and 9F. RGB value is (192,31,159). Sum of RGB (Red+Green+Blue) = 192+31+159=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F9F is #3FE060. Grayscale: #5D5D5D. Windows color (decimal): -4186209 or 10428352. OLE color: 10428352.
HSL color Cylindrical-coordinate representation of color #C01F9F: hue angle of 312.3º 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 #C01F9F is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 159 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.25 |
| HSL | 312.3º | 0.72% | 0.44% | - |
| HSV(B) | 312.3º | 0.84% | 0.75% | - |
| XYZ | 28.49 | 14.69 | 34.13 | - |
| YUV | 93.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 159 | 0 | 0.84 | 0.17 | 0.25 | 312.3 | 0.72 | 0.44 |
| Hex | C0 | 1F | 9F | 0 | 54 | 11 | 19 | 138 | 48 | 2C |
| Octal | 300 | 37 | 237 | 0 | 124 | 21 | 31 | 470 | 110 | 54 |
| Binary | 11000000 | 11111 | 10011111 | 0 | 1010100 | 10001 | 11001 | 100111000 | 1001000 | 101100 |
Color Harmonies of #C01F9F
Complementary color
Monochromatic Colors of #C01F9F
Black with #C01F9F
Text Example
Text Example
White with #C01F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F9F; }
p { color: rgb(192,31,159); }
H1.HeaderClassName
{
color: #C01F9F;
}
.AnyTagClassName
{
color: #C01F9F;
}
</style>
background-color css
<style>
a { background-color: #C01F9F; }
a { background-color: rgb(192,31,159); }
div.DivClassName
{
background-color: #C01F9F;
}
.BgClassName
{
background-color: #C01F9F;
}
</style>
border-color css
<style>
span { border-color: #C01F9F; }
span { border-color: rgb(192,31,159); }
td.TdClassName
{
border-color: #C01F9F;
}
.TagClassName
{
border-color: #C01F9F;
}
</style>