Shades of Medium Violet Red #C01175
Tints of Medium Violet Red #C01175
RGB
CMYK
RGB Variations
Color information
#C01175 (or 0xC01175) is known color: Medium Violet Red. HEX triplet: C0, 11 and 75. RGB value is (192,17,117). Sum of RGB (Red+Green+Blue) = 192+17+117=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C01175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01175 is #3FEE8A. Grayscale: #505050. Windows color (decimal): -4189835 or 7672256. OLE color: 7672256.
HSL color Cylindrical-coordinate representation of color #C01175: hue angle of 325.71º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01175 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 117 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.25 |
| HSL | 325.71º | 0.84% | 0.41% | - |
| HSV(B) | 325.71º | 0.91% | 0.75% | - |
| XYZ | 25.15 | 12.89 | 17.99 | - |
| YUV | 80.73 | 148.48 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 117 | 0 | 0.91 | 0.39 | 0.25 | 325.71 | 0.84 | 0.41 |
| Hex | C0 | 11 | 75 | 0 | 5B | 27 | 19 | 146 | 54 | 29 |
| Octal | 300 | 21 | 165 | 0 | 133 | 47 | 31 | 506 | 124 | 51 |
| Binary | 11000000 | 10001 | 1110101 | 0 | 1011011 | 100111 | 11001 | 101000110 | 1010100 | 101001 |
Color Harmonies of #C01175
Complementary color
Monochromatic Colors of #C01175
Black with #C01175
Text Example
Text Example
White with #C01175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01175; }
p { color: rgb(192,17,117); }
H1.HeaderClassName
{
color: #C01175;
}
.AnyTagClassName
{
color: #C01175;
}
</style>
background-color css
<style>
a { background-color: #C01175; }
a { background-color: rgb(192,17,117); }
div.DivClassName
{
background-color: #C01175;
}
.BgClassName
{
background-color: #C01175;
}
</style>
border-color css
<style>
span { border-color: #C01175; }
span { border-color: rgb(192,17,117); }
td.TdClassName
{
border-color: #C01175;
}
.TagClassName
{
border-color: #C01175;
}
</style>