Shades of Medium Violet Red #C82476
Tints of Medium Violet Red #C82476
RGB
CMYK
RGB Variations
Color information
#C82476 (or 0xC82476) is known color: Medium Violet Red. HEX triplet: C8, 24 and 76. RGB value is (200,36,118). Sum of RGB (Red+Green+Blue) = 200+36+118=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C82476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82476 is #37DB89. Grayscale: #5E5E5E. Windows color (decimal): -3660682 or 7742664. OLE color: 7742664.
HSL color Cylindrical-coordinate representation of color #C82476: hue angle of 330º degrees, saturation: 0.69, 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 #C82476 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 118 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.22 |
| HSL | 330º | 0.69% | 0.46% | - |
| HSV(B) | 330º | 0.82% | 0.78% | - |
| XYZ | 27.72 | 14.85 | 18.54 | - |
| YUV | 94.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 118 | 0 | 0.82 | 0.41 | 0.22 | 330 | 0.69 | 0.46 |
| Hex | C8 | 24 | 76 | 0 | 52 | 29 | 16 | 14A | 45 | 2E |
| Octal | 310 | 44 | 166 | 0 | 122 | 51 | 26 | 512 | 105 | 56 |
| Binary | 11001000 | 100100 | 1110110 | 0 | 1010010 | 101001 | 10110 | 101001010 | 1000101 | 101110 |
Color Harmonies of #C82476
Complementary color
Monochromatic Colors of #C82476
Black with #C82476
Text Example
Text Example
White with #C82476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82476; }
p { color: rgb(200,36,118); }
H1.HeaderClassName
{
color: #C82476;
}
.AnyTagClassName
{
color: #C82476;
}
</style>
background-color css
<style>
a { background-color: #C82476; }
a { background-color: rgb(200,36,118); }
div.DivClassName
{
background-color: #C82476;
}
.BgClassName
{
background-color: #C82476;
}
</style>
border-color css
<style>
span { border-color: #C82476; }
span { border-color: rgb(200,36,118); }
td.TdClassName
{
border-color: #C82476;
}
.TagClassName
{
border-color: #C82476;
}
</style>