Shades of Medium Violet Red #C82277
Tints of Medium Violet Red #C82277
RGB
CMYK
RGB Variations
Color information
#C82277 (or 0xC82277) is known color: Medium Violet Red. HEX triplet: C8, 22 and 77. RGB value is (200,34,119). Sum of RGB (Red+Green+Blue) = 200+34+119=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C82277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82277 is #37DD88. Grayscale: #5D5D5D. Windows color (decimal): -3661193 or 7807688. OLE color: 7807688.
HSL color Cylindrical-coordinate representation of color #C82277: hue angle of 329.28º 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 #C82277 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 119 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.22 |
| HSL | 329.28º | 0.71% | 0.46% | - |
| HSV(B) | 329.28º | 0.83% | 0.78% | - |
| XYZ | 27.72 | 14.76 | 18.84 | - |
| YUV | 93.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 119 | 0 | 0.83 | 0.40 | 0.22 | 329.28 | 0.71 | 0.46 |
| Hex | C8 | 22 | 77 | 0 | 53 | 28 | 16 | 149 | 47 | 2E |
| Octal | 310 | 42 | 167 | 0 | 123 | 50 | 26 | 511 | 107 | 56 |
| Binary | 11001000 | 100010 | 1110111 | 0 | 1010011 | 101000 | 10110 | 101001001 | 1000111 | 101110 |
Color Harmonies of #C82277
Complementary color
Monochromatic Colors of #C82277
Black with #C82277
Text Example
Text Example
White with #C82277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82277; }
p { color: rgb(200,34,119); }
H1.HeaderClassName
{
color: #C82277;
}
.AnyTagClassName
{
color: #C82277;
}
</style>
background-color css
<style>
a { background-color: #C82277; }
a { background-color: rgb(200,34,119); }
div.DivClassName
{
background-color: #C82277;
}
.BgClassName
{
background-color: #C82277;
}
</style>
border-color css
<style>
span { border-color: #C82277; }
span { border-color: rgb(200,34,119); }
td.TdClassName
{
border-color: #C82277;
}
.TagClassName
{
border-color: #C82277;
}
</style>