Shades of Medium Violet Red #C01B73
Tints of Medium Violet Red #C01B73
RGB
CMYK
RGB Variations
Color information
#C01B73 (or 0xC01B73) is known color: Medium Violet Red. HEX triplet: C0, 1B and 73. RGB value is (192,27,115). Sum of RGB (Red+Green+Blue) = 192+27+115=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01B73 is #3FE48C. Grayscale: #565656. Windows color (decimal): -4187277 or 7543744. OLE color: 7543744.
HSL color Cylindrical-coordinate representation of color #C01B73: hue angle of 328º degrees, saturation: 0.75, 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 #C01B73 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 115 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.25 |
| HSL | 328º | 0.75% | 0.43% | - |
| HSV(B) | 328º | 0.86% | 0.75% | - |
| XYZ | 25.22 | 13.23 | 17.44 | - |
| YUV | 86.37 | 144.16 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 115 | 0 | 0.86 | 0.40 | 0.25 | 328 | 0.75 | 0.43 |
| Hex | C0 | 1B | 73 | 0 | 56 | 28 | 19 | 148 | 4B | 2B |
| Octal | 300 | 33 | 163 | 0 | 126 | 50 | 31 | 510 | 113 | 53 |
| Binary | 11000000 | 11011 | 1110011 | 0 | 1010110 | 101000 | 11001 | 101001000 | 1001011 | 101011 |
Color Harmonies of #C01B73
Complementary color
Monochromatic Colors of #C01B73
Black with #C01B73
Text Example
Text Example
White with #C01B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B73; }
p { color: rgb(192,27,115); }
H1.HeaderClassName
{
color: #C01B73;
}
.AnyTagClassName
{
color: #C01B73;
}
</style>
background-color css
<style>
a { background-color: #C01B73; }
a { background-color: rgb(192,27,115); }
div.DivClassName
{
background-color: #C01B73;
}
.BgClassName
{
background-color: #C01B73;
}
</style>
border-color css
<style>
span { border-color: #C01B73; }
span { border-color: rgb(192,27,115); }
td.TdClassName
{
border-color: #C01B73;
}
.TagClassName
{
border-color: #C01B73;
}
</style>