Shades of Medium Violet Red #C82373
Tints of Medium Violet Red #C82373
RGB
CMYK
RGB Variations
Color information
#C82373 (or 0xC82373) is known color: Medium Violet Red. HEX triplet: C8, 23 and 73. RGB value is (200,35,115). Sum of RGB (Red+Green+Blue) = 200+35+115=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C82373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82373 is #37DC8C. Grayscale: #5D5D5D. Windows color (decimal): -3660941 or 7545800. OLE color: 7545800.
HSL color Cylindrical-coordinate representation of color #C82373: hue angle of 330.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82373 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 115 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.22 |
| HSL | 330.91º | 0.7% | 0.46% | - |
| HSV(B) | 330.91º | 0.83% | 0.78% | - |
| XYZ | 27.51 | 14.72 | 17.61 | - |
| YUV | 93.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 115 | 0 | 0.82 | 0.42 | 0.22 | 330.91 | 0.7 | 0.46 |
| Hex | C8 | 23 | 73 | 0 | 52 | 2A | 16 | 14B | 46 | 2E |
| Octal | 310 | 43 | 163 | 0 | 122 | 52 | 26 | 513 | 106 | 56 |
| Binary | 11001000 | 100011 | 1110011 | 0 | 1010010 | 101010 | 10110 | 101001011 | 1000110 | 101110 |
Color Harmonies of #C82373
Complementary color
Monochromatic Colors of #C82373
Black with #C82373
Text Example
Text Example
White with #C82373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82373; }
p { color: rgb(200,35,115); }
H1.HeaderClassName
{
color: #C82373;
}
.AnyTagClassName
{
color: #C82373;
}
</style>
background-color css
<style>
a { background-color: #C82373; }
a { background-color: rgb(200,35,115); }
div.DivClassName
{
background-color: #C82373;
}
.BgClassName
{
background-color: #C82373;
}
</style>
border-color css
<style>
span { border-color: #C82373; }
span { border-color: rgb(200,35,115); }
td.TdClassName
{
border-color: #C82373;
}
.TagClassName
{
border-color: #C82373;
}
</style>