Shades of Medium Violet Red #C01075
Tints of Medium Violet Red #C01075
RGB
CMYK
RGB Variations
Color information
#C01075 (or 0xC01075) is known color: Medium Violet Red. HEX triplet: C0, 10 and 75. RGB value is (192,16,117). Sum of RGB (Red+Green+Blue) = 192+16+117=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C01075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01075 is #3FEF8A. Grayscale: #4F4F4F. Windows color (decimal): -4190091 or 7672000. OLE color: 7672000.
HSL color Cylindrical-coordinate representation of color #C01075: hue angle of 325.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01075 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 117 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.25 |
| HSL | 325.57º | 0.85% | 0.41% | - |
| HSV(B) | 325.57º | 0.92% | 0.75% | - |
| XYZ | 25.13 | 12.86 | 17.99 | - |
| YUV | 80.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 117 | 0 | 0.92 | 0.39 | 0.25 | 325.57 | 0.85 | 0.41 |
| Hex | C0 | 10 | 75 | 0 | 5C | 27 | 19 | 146 | 55 | 29 |
| Octal | 300 | 20 | 165 | 0 | 134 | 47 | 31 | 506 | 125 | 51 |
| Binary | 11000000 | 10000 | 1110101 | 0 | 1011100 | 100111 | 11001 | 101000110 | 1010101 | 101001 |
Color Harmonies of #C01075
Complementary color
Monochromatic Colors of #C01075
Black with #C01075
Text Example
Text Example
White with #C01075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01075; }
p { color: rgb(192,16,117); }
H1.HeaderClassName
{
color: #C01075;
}
.AnyTagClassName
{
color: #C01075;
}
</style>
background-color css
<style>
a { background-color: #C01075; }
a { background-color: rgb(192,16,117); }
div.DivClassName
{
background-color: #C01075;
}
.BgClassName
{
background-color: #C01075;
}
</style>
border-color css
<style>
span { border-color: #C01075; }
span { border-color: rgb(192,16,117); }
td.TdClassName
{
border-color: #C01075;
}
.TagClassName
{
border-color: #C01075;
}
</style>