Shades of Medium Violet Red #C01772
Tints of Medium Violet Red #C01772
RGB
CMYK
RGB Variations
Color information
#C01772 (or 0xC01772) is known color: Medium Violet Red. HEX triplet: C0, 17 and 72. RGB value is (192,23,114). Sum of RGB (Red+Green+Blue) = 192+23+114=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C01772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01772 is #3FE88D. Grayscale: #535353. Windows color (decimal): -4188302 or 7477184. OLE color: 7477184.
HSL color Cylindrical-coordinate representation of color #C01772: hue angle of 327.69º 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 #C01772 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 114 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.25 |
| HSL | 327.69º | 0.79% | 0.42% | - |
| HSV(B) | 327.69º | 0.88% | 0.75% | - |
| XYZ | 25.08 | 13.03 | 17.11 | - |
| YUV | 83.91 | 144.99 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 114 | 0 | 0.88 | 0.41 | 0.25 | 327.69 | 0.79 | 0.42 |
| Hex | C0 | 17 | 72 | 0 | 58 | 29 | 19 | 148 | 4F | 2A |
| Octal | 300 | 27 | 162 | 0 | 130 | 51 | 31 | 510 | 117 | 52 |
| Binary | 11000000 | 10111 | 1110010 | 0 | 1011000 | 101001 | 11001 | 101001000 | 1001111 | 101010 |
Color Harmonies of #C01772
Complementary color
Monochromatic Colors of #C01772
Black with #C01772
Text Example
Text Example
White with #C01772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01772; }
p { color: rgb(192,23,114); }
H1.HeaderClassName
{
color: #C01772;
}
.AnyTagClassName
{
color: #C01772;
}
</style>
background-color css
<style>
a { background-color: #C01772; }
a { background-color: rgb(192,23,114); }
div.DivClassName
{
background-color: #C01772;
}
.BgClassName
{
background-color: #C01772;
}
</style>
border-color css
<style>
span { border-color: #C01772; }
span { border-color: rgb(192,23,114); }
td.TdClassName
{
border-color: #C01772;
}
.TagClassName
{
border-color: #C01772;
}
</style>