Shades of Medium Violet Red #C00573
Tints of Medium Violet Red #C00573
RGB
CMYK
RGB Variations
Color information
#C00573 (or 0xC00573) is known color: Medium Violet Red. HEX triplet: C0, 05 and 73. RGB value is (192,5,115). Sum of RGB (Red+Green+Blue) = 192+5+115=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C00573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00573 is #3FFA8C. Grayscale: #494949. Windows color (decimal): -4192909 or 7538112. OLE color: 7538112.
HSL color Cylindrical-coordinate representation of color #C00573: hue angle of 324.71º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00573 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 115 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.25 |
| HSL | 324.71º | 0.95% | 0.39% | - |
| HSV(B) | 324.71º | 0.97% | 0.75% | - |
| XYZ | 24.89 | 12.55 | 17.33 | - |
| YUV | 73.45 | 151.45 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 115 | 0 | 0.97 | 0.40 | 0.25 | 324.71 | 0.95 | 0.39 |
| Hex | C0 | 5 | 73 | 0 | 61 | 28 | 19 | 145 | 5F | 27 |
| Octal | 300 | 5 | 163 | 0 | 141 | 50 | 31 | 505 | 137 | 47 |
| Binary | 11000000 | 101 | 1110011 | 0 | 1100001 | 101000 | 11001 | 101000101 | 1011111 | 100111 |
Color Harmonies of #C00573
Complementary color
Monochromatic Colors of #C00573
Black with #C00573
Text Example
Text Example
White with #C00573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00573; }
p { color: rgb(192,5,115); }
H1.HeaderClassName
{
color: #C00573;
}
.AnyTagClassName
{
color: #C00573;
}
</style>
background-color css
<style>
a { background-color: #C00573; }
a { background-color: rgb(192,5,115); }
div.DivClassName
{
background-color: #C00573;
}
.BgClassName
{
background-color: #C00573;
}
</style>
border-color css
<style>
span { border-color: #C00573; }
span { border-color: rgb(192,5,115); }
td.TdClassName
{
border-color: #C00573;
}
.TagClassName
{
border-color: #C00573;
}
</style>