Shades of Medium Violet Red #C82091
Tints of Medium Violet Red #C82091
RGB
CMYK
RGB Variations
Color information
#C82091 (or 0xC82091) is known color: Medium Violet Red. HEX triplet: C8, 20 and 91. RGB value is (200,32,145). Sum of RGB (Red+Green+Blue) = 200+32+145=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C82091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82091 is #37DF6E. Grayscale: #5E5E5E. Windows color (decimal): -3661679 or 9511112. OLE color: 9511112.
HSL color Cylindrical-coordinate representation of color #C82091: hue angle of 319.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82091 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 145 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.22 |
| HSL | 319.64º | 0.72% | 0.45% | - |
| HSV(B) | 319.64º | 0.84% | 0.78% | - |
| XYZ | 29.45 | 15.36 | 28.2 | - |
| YUV | 95.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 145 | 0 | 0.84 | 0.28 | 0.22 | 319.64 | 0.72 | 0.45 |
| Hex | C8 | 20 | 91 | 0 | 54 | 1C | 16 | 140 | 48 | 2D |
| Octal | 310 | 40 | 221 | 0 | 124 | 34 | 26 | 500 | 110 | 55 |
| Binary | 11001000 | 100000 | 10010001 | 0 | 1010100 | 11100 | 10110 | 101000000 | 1001000 | 101101 |
Color Harmonies of #C82091
Complementary color
Monochromatic Colors of #C82091
Black with #C82091
Text Example
Text Example
White with #C82091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82091; }
p { color: rgb(200,32,145); }
H1.HeaderClassName
{
color: #C82091;
}
.AnyTagClassName
{
color: #C82091;
}
</style>
background-color css
<style>
a { background-color: #C82091; }
a { background-color: rgb(200,32,145); }
div.DivClassName
{
background-color: #C82091;
}
.BgClassName
{
background-color: #C82091;
}
</style>
border-color css
<style>
span { border-color: #C82091; }
span { border-color: rgb(200,32,145); }
td.TdClassName
{
border-color: #C82091;
}
.TagClassName
{
border-color: #C82091;
}
</style>