Shades of Medium Violet Red #C82576
Tints of Medium Violet Red #C82576
RGB
CMYK
RGB Variations
Color information
#C82576 (or 0xC82576) is known color: Medium Violet Red. HEX triplet: C8, 25 and 76. RGB value is (200,37,118). Sum of RGB (Red+Green+Blue) = 200+37+118=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C82576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82576 is #37DA89. Grayscale: #5E5E5E. Windows color (decimal): -3660426 or 7742920. OLE color: 7742920.
HSL color Cylindrical-coordinate representation of color #C82576: hue angle of 330.18º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82576 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 118 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.22 |
| HSL | 330.18º | 0.69% | 0.46% | - |
| HSV(B) | 330.18º | 0.82% | 0.78% | - |
| XYZ | 27.75 | 14.91 | 18.55 | - |
| YUV | 94.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 118 | 0 | 0.82 | 0.41 | 0.22 | 330.18 | 0.69 | 0.46 |
| Hex | C8 | 25 | 76 | 0 | 52 | 29 | 16 | 14A | 45 | 2E |
| Octal | 310 | 45 | 166 | 0 | 122 | 51 | 26 | 512 | 105 | 56 |
| Binary | 11001000 | 100101 | 1110110 | 0 | 1010010 | 101001 | 10110 | 101001010 | 1000101 | 101110 |
Color Harmonies of #C82576
Complementary color
Monochromatic Colors of #C82576
Black with #C82576
Text Example
Text Example
White with #C82576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82576; }
p { color: rgb(200,37,118); }
H1.HeaderClassName
{
color: #C82576;
}
.AnyTagClassName
{
color: #C82576;
}
</style>
background-color css
<style>
a { background-color: #C82576; }
a { background-color: rgb(200,37,118); }
div.DivClassName
{
background-color: #C82576;
}
.BgClassName
{
background-color: #C82576;
}
</style>
border-color css
<style>
span { border-color: #C82576; }
span { border-color: rgb(200,37,118); }
td.TdClassName
{
border-color: #C82576;
}
.TagClassName
{
border-color: #C82576;
}
</style>