Shades of Medium Violet Red #C01E76
Tints of Medium Violet Red #C01E76
RGB
CMYK
RGB Variations
Color information
#C01E76 (or 0xC01E76) is known color: Medium Violet Red. HEX triplet: C0, 1E and 76. RGB value is (192,30,118). Sum of RGB (Red+Green+Blue) = 192+30+118=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E76 is #3FE189. Grayscale: #585858. Windows color (decimal): -4186506 or 7741120. OLE color: 7741120.
HSL color Cylindrical-coordinate representation of color #C01E76: hue angle of 327.41º 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 #C01E76 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 118 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.25 |
| HSL | 327.41º | 0.73% | 0.44% | - |
| HSV(B) | 327.41º | 0.84% | 0.75% | - |
| XYZ | 25.47 | 13.44 | 18.39 | - |
| YUV | 88.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 118 | 0 | 0.84 | 0.39 | 0.25 | 327.41 | 0.73 | 0.44 |
| Hex | C0 | 1E | 76 | 0 | 54 | 27 | 19 | 147 | 49 | 2C |
| Octal | 300 | 36 | 166 | 0 | 124 | 47 | 31 | 507 | 111 | 54 |
| Binary | 11000000 | 11110 | 1110110 | 0 | 1010100 | 100111 | 11001 | 101000111 | 1001001 | 101100 |
Color Harmonies of #C01E76
Complementary color
Monochromatic Colors of #C01E76
Black with #C01E76
Text Example
Text Example
White with #C01E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E76; }
p { color: rgb(192,30,118); }
H1.HeaderClassName
{
color: #C01E76;
}
.AnyTagClassName
{
color: #C01E76;
}
</style>
background-color css
<style>
a { background-color: #C01E76; }
a { background-color: rgb(192,30,118); }
div.DivClassName
{
background-color: #C01E76;
}
.BgClassName
{
background-color: #C01E76;
}
</style>
border-color css
<style>
span { border-color: #C01E76; }
span { border-color: rgb(192,30,118); }
td.TdClassName
{
border-color: #C01E76;
}
.TagClassName
{
border-color: #C01E76;
}
</style>