Shades of Medium Violet Red #C00873
Tints of Medium Violet Red #C00873
RGB
CMYK
RGB Variations
Color information
#C00873 (or 0xC00873) is known color: Medium Violet Red. HEX triplet: C0, 08 and 73. RGB value is (192,8,115). Sum of RGB (Red+Green+Blue) = 192+8+115=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C00873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00873 is #3FF78C. Grayscale: #4A4A4A. Windows color (decimal): -4192141 or 7538880. OLE color: 7538880.
HSL color Cylindrical-coordinate representation of color #C00873: hue angle of 325.11º degrees, saturation: 0.92, 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 #C00873 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 115 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.25 |
| HSL | 325.11º | 0.92% | 0.39% | - |
| HSV(B) | 325.11º | 0.96% | 0.75% | - |
| XYZ | 24.92 | 12.62 | 17.34 | - |
| YUV | 75.21 | 150.46 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 115 | 0 | 0.96 | 0.40 | 0.25 | 325.11 | 0.92 | 0.39 |
| Hex | C0 | 8 | 73 | 0 | 60 | 28 | 19 | 145 | 5C | 27 |
| Octal | 300 | 10 | 163 | 0 | 140 | 50 | 31 | 505 | 134 | 47 |
| Binary | 11000000 | 1000 | 1110011 | 0 | 1100000 | 101000 | 11001 | 101000101 | 1011100 | 100111 |
Color Harmonies of #C00873
Complementary color
Monochromatic Colors of #C00873
Black with #C00873
Text Example
Text Example
White with #C00873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00873; }
p { color: rgb(192,8,115); }
H1.HeaderClassName
{
color: #C00873;
}
.AnyTagClassName
{
color: #C00873;
}
</style>
background-color css
<style>
a { background-color: #C00873; }
a { background-color: rgb(192,8,115); }
div.DivClassName
{
background-color: #C00873;
}
.BgClassName
{
background-color: #C00873;
}
</style>
border-color css
<style>
span { border-color: #C00873; }
span { border-color: rgb(192,8,115); }
td.TdClassName
{
border-color: #C00873;
}
.TagClassName
{
border-color: #C00873;
}
</style>