Shades of Medium Red Violet #C82777
Tints of Medium Red Violet #C82777
RGB
CMYK
RGB Variations
Color information
#C82777 (or 0xC82777) is known color: Medium Red Violet. HEX triplet: C8, 27 and 77. RGB value is (200,39,119). Sum of RGB (Red+Green+Blue) = 200+39+119=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C82777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82777 is #37D888. Grayscale: #606060. Windows color (decimal): -3659913 or 7808968. OLE color: 7808968.
HSL color Cylindrical-coordinate representation of color #C82777: hue angle of 330.19º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82777 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 119 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.22 |
| HSL | 330.19º | 0.67% | 0.47% | - |
| HSV(B) | 330.19º | 0.81% | 0.78% | - |
| XYZ | 27.87 | 15.06 | 18.89 | - |
| YUV | 96.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 119 | 0 | 0.80 | 0.40 | 0.22 | 330.19 | 0.67 | 0.47 |
| Hex | C8 | 27 | 77 | 0 | 50 | 28 | 16 | 14A | 43 | 2F |
| Octal | 310 | 47 | 167 | 0 | 120 | 50 | 26 | 512 | 103 | 57 |
| Binary | 11001000 | 100111 | 1110111 | 0 | 1010000 | 101000 | 10110 | 101001010 | 1000011 | 101111 |
Color Harmonies of #C82777
Complementary color
Monochromatic Colors of #C82777
Black with #C82777
Text Example
Text Example
White with #C82777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82777; }
p { color: rgb(200,39,119); }
H1.HeaderClassName
{
color: #C82777;
}
.AnyTagClassName
{
color: #C82777;
}
</style>
background-color css
<style>
a { background-color: #C82777; }
a { background-color: rgb(200,39,119); }
div.DivClassName
{
background-color: #C82777;
}
.BgClassName
{
background-color: #C82777;
}
</style>
border-color css
<style>
span { border-color: #C82777; }
span { border-color: rgb(200,39,119); }
td.TdClassName
{
border-color: #C82777;
}
.TagClassName
{
border-color: #C82777;
}
</style>