Shades of Medium Violet Red #C01E74
Tints of Medium Violet Red #C01E74
RGB
CMYK
RGB Variations
Color information
#C01E74 (or 0xC01E74) is known color: Medium Violet Red. HEX triplet: C0, 1E and 74. RGB value is (192,30,116). Sum of RGB (Red+Green+Blue) = 192+30+116=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E74 is #3FE18B. Grayscale: #585858. Windows color (decimal): -4186508 or 7610048. OLE color: 7610048.
HSL color Cylindrical-coordinate representation of color #C01E74: hue angle of 328.15º 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 #C01E74 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 116 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.25 |
| HSL | 328.15º | 0.73% | 0.44% | - |
| HSV(B) | 328.15º | 0.84% | 0.75% | - |
| XYZ | 25.35 | 13.4 | 17.77 | - |
| YUV | 88.24 | 143.67 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 116 | 0 | 0.84 | 0.40 | 0.25 | 328.15 | 0.73 | 0.44 |
| Hex | C0 | 1E | 74 | 0 | 54 | 28 | 19 | 148 | 49 | 2C |
| Octal | 300 | 36 | 164 | 0 | 124 | 50 | 31 | 510 | 111 | 54 |
| Binary | 11000000 | 11110 | 1110100 | 0 | 1010100 | 101000 | 11001 | 101001000 | 1001001 | 101100 |
Color Harmonies of #C01E74
Complementary color
Monochromatic Colors of #C01E74
Black with #C01E74
Text Example
Text Example
White with #C01E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E74; }
p { color: rgb(192,30,116); }
H1.HeaderClassName
{
color: #C01E74;
}
.AnyTagClassName
{
color: #C01E74;
}
</style>
background-color css
<style>
a { background-color: #C01E74; }
a { background-color: rgb(192,30,116); }
div.DivClassName
{
background-color: #C01E74;
}
.BgClassName
{
background-color: #C01E74;
}
</style>
border-color css
<style>
span { border-color: #C01E74; }
span { border-color: rgb(192,30,116); }
td.TdClassName
{
border-color: #C01E74;
}
.TagClassName
{
border-color: #C01E74;
}
</style>