Shades of Medium Violet Red #C82477
Tints of Medium Violet Red #C82477
RGB
CMYK
RGB Variations
Color information
#C82477 (or 0xC82477) is known color: Medium Violet Red. HEX triplet: C8, 24 and 77. RGB value is (200,36,119). Sum of RGB (Red+Green+Blue) = 200+36+119=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C82477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82477 is #37DB88. Grayscale: #5E5E5E. Windows color (decimal): -3660681 or 7808200. OLE color: 7808200.
HSL color Cylindrical-coordinate representation of color #C82477: hue angle of 329.63º 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 #C82477 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 119 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.22 |
| HSL | 329.63º | 0.69% | 0.46% | - |
| HSV(B) | 329.63º | 0.82% | 0.78% | - |
| XYZ | 27.78 | 14.87 | 18.86 | - |
| YUV | 94.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 119 | 0 | 0.82 | 0.40 | 0.22 | 329.63 | 0.69 | 0.46 |
| Hex | C8 | 24 | 77 | 0 | 52 | 28 | 16 | 14A | 45 | 2E |
| Octal | 310 | 44 | 167 | 0 | 122 | 50 | 26 | 512 | 105 | 56 |
| Binary | 11001000 | 100100 | 1110111 | 0 | 1010010 | 101000 | 10110 | 101001010 | 1000101 | 101110 |
Color Harmonies of #C82477
Complementary color
Monochromatic Colors of #C82477
Black with #C82477
Text Example
Text Example
White with #C82477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82477; }
p { color: rgb(200,36,119); }
H1.HeaderClassName
{
color: #C82477;
}
.AnyTagClassName
{
color: #C82477;
}
</style>
background-color css
<style>
a { background-color: #C82477; }
a { background-color: rgb(200,36,119); }
div.DivClassName
{
background-color: #C82477;
}
.BgClassName
{
background-color: #C82477;
}
</style>
border-color css
<style>
span { border-color: #C82477; }
span { border-color: rgb(200,36,119); }
td.TdClassName
{
border-color: #C82477;
}
.TagClassName
{
border-color: #C82477;
}
</style>