Shades of Medium Violet Red #C01775
Tints of Medium Violet Red #C01775
RGB
CMYK
RGB Variations
Color information
#C01775 (or 0xC01775) is known color: Medium Violet Red. HEX triplet: C0, 17 and 75. RGB value is (192,23,117). Sum of RGB (Red+Green+Blue) = 192+23+117=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C01775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01775 is #3FE88A. Grayscale: #545454. Windows color (decimal): -4188299 or 7673792. OLE color: 7673792.
HSL color Cylindrical-coordinate representation of color #C01775: hue angle of 326.63º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01775 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 117 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.25 |
| HSL | 326.63º | 0.79% | 0.42% | - |
| HSV(B) | 326.63º | 0.88% | 0.75% | - |
| XYZ | 25.26 | 13.1 | 18.03 | - |
| YUV | 84.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 117 | 0 | 0.88 | 0.39 | 0.25 | 326.63 | 0.79 | 0.42 |
| Hex | C0 | 17 | 75 | 0 | 58 | 27 | 19 | 147 | 4F | 2A |
| Octal | 300 | 27 | 165 | 0 | 130 | 47 | 31 | 507 | 117 | 52 |
| Binary | 11000000 | 10111 | 1110101 | 0 | 1011000 | 100111 | 11001 | 101000111 | 1001111 | 101010 |
Color Harmonies of #C01775
Complementary color
Monochromatic Colors of #C01775
Black with #C01775
Text Example
Text Example
White with #C01775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01775; }
p { color: rgb(192,23,117); }
H1.HeaderClassName
{
color: #C01775;
}
.AnyTagClassName
{
color: #C01775;
}
</style>
background-color css
<style>
a { background-color: #C01775; }
a { background-color: rgb(192,23,117); }
div.DivClassName
{
background-color: #C01775;
}
.BgClassName
{
background-color: #C01775;
}
</style>
border-color css
<style>
span { border-color: #C01775; }
span { border-color: rgb(192,23,117); }
td.TdClassName
{
border-color: #C01775;
}
.TagClassName
{
border-color: #C01775;
}
</style>