Shades of Medium Violet Red #C01F9A
Tints of Medium Violet Red #C01F9A
RGB
CMYK
RGB Variations
Color information
#C01F9A (or 0xC01F9A) is known color: Medium Violet Red. HEX triplet: C0, 1F and 9A. RGB value is (192,31,154). Sum of RGB (Red+Green+Blue) = 192+31+154=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F9A is #3FE065. Grayscale: #5C5C5C. Windows color (decimal): -4186214 or 10100672. OLE color: 10100672.
HSL color Cylindrical-coordinate representation of color #C01F9A: hue angle of 314.16º 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 #C01F9A is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 154 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.25 |
| HSL | 314.16º | 0.72% | 0.44% | - |
| HSV(B) | 314.16º | 0.84% | 0.75% | - |
| XYZ | 28.06 | 14.52 | 31.9 | - |
| YUV | 93.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 154 | 0 | 0.84 | 0.20 | 0.25 | 314.16 | 0.72 | 0.44 |
| Hex | C0 | 1F | 9A | 0 | 54 | 14 | 19 | 13A | 48 | 2C |
| Octal | 300 | 37 | 232 | 0 | 124 | 24 | 31 | 472 | 110 | 54 |
| Binary | 11000000 | 11111 | 10011010 | 0 | 1010100 | 10100 | 11001 | 100111010 | 1001000 | 101100 |
Color Harmonies of #C01F9A
Complementary color
Monochromatic Colors of #C01F9A
Black with #C01F9A
Text Example
Text Example
White with #C01F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F9A; }
p { color: rgb(192,31,154); }
H1.HeaderClassName
{
color: #C01F9A;
}
.AnyTagClassName
{
color: #C01F9A;
}
</style>
background-color css
<style>
a { background-color: #C01F9A; }
a { background-color: rgb(192,31,154); }
div.DivClassName
{
background-color: #C01F9A;
}
.BgClassName
{
background-color: #C01F9A;
}
</style>
border-color css
<style>
span { border-color: #C01F9A; }
span { border-color: rgb(192,31,154); }
td.TdClassName
{
border-color: #C01F9A;
}
.TagClassName
{
border-color: #C01F9A;
}
</style>