Shades of Medium Violet Red #C01A73
Tints of Medium Violet Red #C01A73
RGB
CMYK
RGB Variations
Color information
#C01A73 (or 0xC01A73) is known color: Medium Violet Red. HEX triplet: C0, 1A and 73. RGB value is (192,26,115). Sum of RGB (Red+Green+Blue) = 192+26+115=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A73 is #3FE58C. Grayscale: #555555. Windows color (decimal): -4187533 or 7543488. OLE color: 7543488.
HSL color Cylindrical-coordinate representation of color #C01A73: hue angle of 327.83º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A73 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 115 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.25 |
| HSL | 327.83º | 0.76% | 0.43% | - |
| HSV(B) | 327.83º | 0.86% | 0.75% | - |
| XYZ | 25.2 | 13.18 | 17.44 | - |
| YUV | 85.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 115 | 0 | 0.86 | 0.40 | 0.25 | 327.83 | 0.76 | 0.43 |
| Hex | C0 | 1A | 73 | 0 | 56 | 28 | 19 | 148 | 4C | 2B |
| Octal | 300 | 32 | 163 | 0 | 126 | 50 | 31 | 510 | 114 | 53 |
| Binary | 11000000 | 11010 | 1110011 | 0 | 1010110 | 101000 | 11001 | 101001000 | 1001100 | 101011 |
Color Harmonies of #C01A73
Complementary color
Monochromatic Colors of #C01A73
Black with #C01A73
Text Example
Text Example
White with #C01A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A73; }
p { color: rgb(192,26,115); }
H1.HeaderClassName
{
color: #C01A73;
}
.AnyTagClassName
{
color: #C01A73;
}
</style>
background-color css
<style>
a { background-color: #C01A73; }
a { background-color: rgb(192,26,115); }
div.DivClassName
{
background-color: #C01A73;
}
.BgClassName
{
background-color: #C01A73;
}
</style>
border-color css
<style>
span { border-color: #C01A73; }
span { border-color: rgb(192,26,115); }
td.TdClassName
{
border-color: #C01A73;
}
.TagClassName
{
border-color: #C01A73;
}
</style>