Shades of Medium Violet Red #C01873
Tints of Medium Violet Red #C01873
RGB
CMYK
RGB Variations
Color information
#C01873 (or 0xC01873) is known color: Medium Violet Red. HEX triplet: C0, 18 and 73. RGB value is (192,24,115). Sum of RGB (Red+Green+Blue) = 192+24+115=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C01873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01873 is #3FE78C. Grayscale: #545454. Windows color (decimal): -4188045 or 7542976. OLE color: 7542976.
HSL color Cylindrical-coordinate representation of color #C01873: hue angle of 327.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01873 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 115 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.25 |
| HSL | 327.5º | 0.78% | 0.42% | - |
| HSV(B) | 327.5º | 0.88% | 0.75% | - |
| XYZ | 25.16 | 13.1 | 17.42 | - |
| YUV | 84.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 115 | 0 | 0.88 | 0.40 | 0.25 | 327.5 | 0.78 | 0.42 |
| Hex | C0 | 18 | 73 | 0 | 58 | 28 | 19 | 148 | 4E | 2A |
| Octal | 300 | 30 | 163 | 0 | 130 | 50 | 31 | 510 | 116 | 52 |
| Binary | 11000000 | 11000 | 1110011 | 0 | 1011000 | 101000 | 11001 | 101001000 | 1001110 | 101010 |
Color Harmonies of #C01873
Complementary color
Monochromatic Colors of #C01873
Black with #C01873
Text Example
Text Example
White with #C01873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01873; }
p { color: rgb(192,24,115); }
H1.HeaderClassName
{
color: #C01873;
}
.AnyTagClassName
{
color: #C01873;
}
</style>
background-color css
<style>
a { background-color: #C01873; }
a { background-color: rgb(192,24,115); }
div.DivClassName
{
background-color: #C01873;
}
.BgClassName
{
background-color: #C01873;
}
</style>
border-color css
<style>
span { border-color: #C01873; }
span { border-color: rgb(192,24,115); }
td.TdClassName
{
border-color: #C01873;
}
.TagClassName
{
border-color: #C01873;
}
</style>