Shades of Medium Violet Red #C82276
Tints of Medium Violet Red #C82276
RGB
CMYK
RGB Variations
Color information
#C82276 (or 0xC82276) is known color: Medium Violet Red. HEX triplet: C8, 22 and 76. RGB value is (200,34,118). Sum of RGB (Red+Green+Blue) = 200+34+118=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C82276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82276 is #37DD89. Grayscale: #5D5D5D. Windows color (decimal): -3661194 or 7742152. OLE color: 7742152.
HSL color Cylindrical-coordinate representation of color #C82276: hue angle of 329.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82276 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 118 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.22 |
| HSL | 329.64º | 0.71% | 0.46% | - |
| HSV(B) | 329.64º | 0.83% | 0.78% | - |
| XYZ | 27.66 | 14.73 | 18.53 | - |
| YUV | 93.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 118 | 0 | 0.83 | 0.41 | 0.22 | 329.64 | 0.71 | 0.46 |
| Hex | C8 | 22 | 76 | 0 | 53 | 29 | 16 | 14A | 47 | 2E |
| Octal | 310 | 42 | 166 | 0 | 123 | 51 | 26 | 512 | 107 | 56 |
| Binary | 11001000 | 100010 | 1110110 | 0 | 1010011 | 101001 | 10110 | 101001010 | 1000111 | 101110 |
Color Harmonies of #C82276
Complementary color
Monochromatic Colors of #C82276
Black with #C82276
Text Example
Text Example
White with #C82276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82276; }
p { color: rgb(200,34,118); }
H1.HeaderClassName
{
color: #C82276;
}
.AnyTagClassName
{
color: #C82276;
}
</style>
background-color css
<style>
a { background-color: #C82276; }
a { background-color: rgb(200,34,118); }
div.DivClassName
{
background-color: #C82276;
}
.BgClassName
{
background-color: #C82276;
}
</style>
border-color css
<style>
span { border-color: #C82276; }
span { border-color: rgb(200,34,118); }
td.TdClassName
{
border-color: #C82276;
}
.TagClassName
{
border-color: #C82276;
}
</style>