Shades of Medium Violet Red #C82376
Tints of Medium Violet Red #C82376
RGB
CMYK
RGB Variations
Color information
#C82376 (or 0xC82376) is known color: Medium Violet Red. HEX triplet: C8, 23 and 76. RGB value is (200,35,118). Sum of RGB (Red+Green+Blue) = 200+35+118=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C82376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82376 is #37DC89. Grayscale: #5D5D5D. Windows color (decimal): -3660938 or 7742408. OLE color: 7742408.
HSL color Cylindrical-coordinate representation of color #C82376: hue angle of 329.82º 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 #C82376 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 118 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.22 |
| HSL | 329.82º | 0.7% | 0.46% | - |
| HSV(B) | 329.82º | 0.83% | 0.78% | - |
| XYZ | 27.69 | 14.79 | 18.53 | - |
| YUV | 93.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 118 | 0 | 0.82 | 0.41 | 0.22 | 329.82 | 0.7 | 0.46 |
| Hex | C8 | 23 | 76 | 0 | 52 | 29 | 16 | 14A | 46 | 2E |
| Octal | 310 | 43 | 166 | 0 | 122 | 51 | 26 | 512 | 106 | 56 |
| Binary | 11001000 | 100011 | 1110110 | 0 | 1010010 | 101001 | 10110 | 101001010 | 1000110 | 101110 |
Color Harmonies of #C82376
Complementary color
Monochromatic Colors of #C82376
Black with #C82376
Text Example
Text Example
White with #C82376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82376; }
p { color: rgb(200,35,118); }
H1.HeaderClassName
{
color: #C82376;
}
.AnyTagClassName
{
color: #C82376;
}
</style>
background-color css
<style>
a { background-color: #C82376; }
a { background-color: rgb(200,35,118); }
div.DivClassName
{
background-color: #C82376;
}
.BgClassName
{
background-color: #C82376;
}
</style>
border-color css
<style>
span { border-color: #C82376; }
span { border-color: rgb(200,35,118); }
td.TdClassName
{
border-color: #C82376;
}
.TagClassName
{
border-color: #C82376;
}
</style>