Shades of Medium Violet Red #C01773
Tints of Medium Violet Red #C01773
RGB
CMYK
RGB Variations
Color information
#C01773 (or 0xC01773) is known color: Medium Violet Red. HEX triplet: C0, 17 and 73. RGB value is (192,23,115). Sum of RGB (Red+Green+Blue) = 192+23+115=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C01773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01773 is #3FE88C. Grayscale: #535353. Windows color (decimal): -4188301 or 7542720. OLE color: 7542720.
HSL color Cylindrical-coordinate representation of color #C01773: hue angle of 327.34º 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 #C01773 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 115 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.25 |
| HSL | 327.34º | 0.79% | 0.42% | - |
| HSV(B) | 327.34º | 0.88% | 0.75% | - |
| XYZ | 25.14 | 13.06 | 17.41 | - |
| YUV | 84.02 | 145.49 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 115 | 0 | 0.88 | 0.40 | 0.25 | 327.34 | 0.79 | 0.42 |
| Hex | C0 | 17 | 73 | 0 | 58 | 28 | 19 | 147 | 4F | 2A |
| Octal | 300 | 27 | 163 | 0 | 130 | 50 | 31 | 507 | 117 | 52 |
| Binary | 11000000 | 10111 | 1110011 | 0 | 1011000 | 101000 | 11001 | 101000111 | 1001111 | 101010 |
Color Harmonies of #C01773
Complementary color
Monochromatic Colors of #C01773
Black with #C01773
Text Example
Text Example
White with #C01773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01773; }
p { color: rgb(192,23,115); }
H1.HeaderClassName
{
color: #C01773;
}
.AnyTagClassName
{
color: #C01773;
}
</style>
background-color css
<style>
a { background-color: #C01773; }
a { background-color: rgb(192,23,115); }
div.DivClassName
{
background-color: #C01773;
}
.BgClassName
{
background-color: #C01773;
}
</style>
border-color css
<style>
span { border-color: #C01773; }
span { border-color: rgb(192,23,115); }
td.TdClassName
{
border-color: #C01773;
}
.TagClassName
{
border-color: #C01773;
}
</style>