Shades of Medium Violet Red #C01E7F
Tints of Medium Violet Red #C01E7F
RGB
CMYK
RGB Variations
Color information
#C01E7F (or 0xC01E7F) is known color: Medium Violet Red. HEX triplet: C0, 1E and 7F. RGB value is (192,30,127). Sum of RGB (Red+Green+Blue) = 192+30+127=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E7F is #3FE180. Grayscale: #595959. Windows color (decimal): -4186497 or 8330944. OLE color: 8330944.
HSL color Cylindrical-coordinate representation of color #C01E7F: hue angle of 324.07º degrees, saturation: 0.73, 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 #C01E7F is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 127 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.25 |
| HSL | 324.07º | 0.73% | 0.44% | - |
| HSV(B) | 324.07º | 0.84% | 0.75% | - |
| XYZ | 26.03 | 13.67 | 21.34 | - |
| YUV | 89.5 | 149.17 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 127 | 0 | 0.84 | 0.34 | 0.25 | 324.07 | 0.73 | 0.44 |
| Hex | C0 | 1E | 7F | 0 | 54 | 22 | 19 | 144 | 49 | 2C |
| Octal | 300 | 36 | 177 | 0 | 124 | 42 | 31 | 504 | 111 | 54 |
| Binary | 11000000 | 11110 | 1111111 | 0 | 1010100 | 100010 | 11001 | 101000100 | 1001001 | 101100 |
Color Harmonies of #C01E7F
Complementary color
Monochromatic Colors of #C01E7F
Black with #C01E7F
Text Example
Text Example
White with #C01E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E7F; }
p { color: rgb(192,30,127); }
H1.HeaderClassName
{
color: #C01E7F;
}
.AnyTagClassName
{
color: #C01E7F;
}
</style>
background-color css
<style>
a { background-color: #C01E7F; }
a { background-color: rgb(192,30,127); }
div.DivClassName
{
background-color: #C01E7F;
}
.BgClassName
{
background-color: #C01E7F;
}
</style>
border-color css
<style>
span { border-color: #C01E7F; }
span { border-color: rgb(192,30,127); }
td.TdClassName
{
border-color: #C01E7F;
}
.TagClassName
{
border-color: #C01E7F;
}
</style>