Shades of Medium Violet Red #C00B73
Tints of Medium Violet Red #C00B73
RGB
CMYK
RGB Variations
Color information
#C00B73 (or 0xC00B73) is known color: Medium Violet Red. HEX triplet: C0, 0B and 73. RGB value is (192,11,115). Sum of RGB (Red+Green+Blue) = 192+11+115=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00B73 is #3FF48C. Grayscale: #4C4C4C. Windows color (decimal): -4191373 or 7539648. OLE color: 7539648.
HSL color Cylindrical-coordinate representation of color #C00B73: hue angle of 325.52º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00B73 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 115 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.25 |
| HSL | 325.52º | 0.89% | 0.4% | - |
| HSV(B) | 325.52º | 0.94% | 0.75% | - |
| XYZ | 24.95 | 12.68 | 17.35 | - |
| YUV | 76.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 115 | 0 | 0.94 | 0.40 | 0.25 | 325.52 | 0.89 | 0.4 |
| Hex | C0 | B | 73 | 0 | 5E | 28 | 19 | 146 | 59 | 28 |
| Octal | 300 | 13 | 163 | 0 | 136 | 50 | 31 | 506 | 131 | 50 |
| Binary | 11000000 | 1011 | 1110011 | 0 | 1011110 | 101000 | 11001 | 101000110 | 1011001 | 101000 |
Color Harmonies of #C00B73
Complementary color
Monochromatic Colors of #C00B73
Black with #C00B73
Text Example
Text Example
White with #C00B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00B73; }
p { color: rgb(192,11,115); }
H1.HeaderClassName
{
color: #C00B73;
}
.AnyTagClassName
{
color: #C00B73;
}
</style>
background-color css
<style>
a { background-color: #C00B73; }
a { background-color: rgb(192,11,115); }
div.DivClassName
{
background-color: #C00B73;
}
.BgClassName
{
background-color: #C00B73;
}
</style>
border-color css
<style>
span { border-color: #C00B73; }
span { border-color: rgb(192,11,115); }
td.TdClassName
{
border-color: #C00B73;
}
.TagClassName
{
border-color: #C00B73;
}
</style>