Shades of Medium Violet Red #C00772
Tints of Medium Violet Red #C00772
RGB
CMYK
RGB Variations
Color information
#C00772 (or 0xC00772) is known color: Medium Violet Red. HEX triplet: C0, 07 and 72. RGB value is (192,7,114). Sum of RGB (Red+Green+Blue) = 192+7+114=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C00772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00772 is #3FF88D. Grayscale: #4A4A4A. Windows color (decimal): -4192398 or 7473088. OLE color: 7473088.
HSL color Cylindrical-coordinate representation of color #C00772: hue angle of 325.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00772 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 114 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.25 |
| HSL | 325.3º | 0.93% | 0.39% | - |
| HSV(B) | 325.3º | 0.96% | 0.75% | - |
| XYZ | 24.85 | 12.57 | 17.04 | - |
| YUV | 74.51 | 150.29 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 114 | 0 | 0.96 | 0.41 | 0.25 | 325.3 | 0.93 | 0.39 |
| Hex | C0 | 7 | 72 | 0 | 60 | 29 | 19 | 145 | 5D | 27 |
| Octal | 300 | 7 | 162 | 0 | 140 | 51 | 31 | 505 | 135 | 47 |
| Binary | 11000000 | 111 | 1110010 | 0 | 1100000 | 101001 | 11001 | 101000101 | 1011101 | 100111 |
Color Harmonies of #C00772
Complementary color
Monochromatic Colors of #C00772
Black with #C00772
Text Example
Text Example
White with #C00772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00772; }
p { color: rgb(192,7,114); }
H1.HeaderClassName
{
color: #C00772;
}
.AnyTagClassName
{
color: #C00772;
}
</style>
background-color css
<style>
a { background-color: #C00772; }
a { background-color: rgb(192,7,114); }
div.DivClassName
{
background-color: #C00772;
}
.BgClassName
{
background-color: #C00772;
}
</style>
border-color css
<style>
span { border-color: #C00772; }
span { border-color: rgb(192,7,114); }
td.TdClassName
{
border-color: #C00772;
}
.TagClassName
{
border-color: #C00772;
}
</style>