Shades of Medium Violet Red #C82391
Tints of Medium Violet Red #C82391
RGB
CMYK
RGB Variations
Color information
#C82391 (or 0xC82391) is known color: Medium Violet Red. HEX triplet: C8, 23 and 91. RGB value is (200,35,145). Sum of RGB (Red+Green+Blue) = 200+35+145=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C82391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82391 is #37DC6E. Grayscale: #606060. Windows color (decimal): -3660911 or 9511880. OLE color: 9511880.
HSL color Cylindrical-coordinate representation of color #C82391: hue angle of 320º degrees, saturation: 0.7, 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 #C82391 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 145 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.22 |
| HSL | 320º | 0.7% | 0.46% | - |
| HSV(B) | 320º | 0.83% | 0.78% | - |
| XYZ | 29.53 | 15.53 | 28.23 | - |
| YUV | 96.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 145 | 0 | 0.82 | 0.28 | 0.22 | 320 | 0.7 | 0.46 |
| Hex | C8 | 23 | 91 | 0 | 52 | 1C | 16 | 140 | 46 | 2E |
| Octal | 310 | 43 | 221 | 0 | 122 | 34 | 26 | 500 | 106 | 56 |
| Binary | 11001000 | 100011 | 10010001 | 0 | 1010010 | 11100 | 10110 | 101000000 | 1000110 | 101110 |
Color Harmonies of #C82391
Complementary color
Monochromatic Colors of #C82391
Black with #C82391
Text Example
Text Example
White with #C82391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82391; }
p { color: rgb(200,35,145); }
H1.HeaderClassName
{
color: #C82391;
}
.AnyTagClassName
{
color: #C82391;
}
</style>
background-color css
<style>
a { background-color: #C82391; }
a { background-color: rgb(200,35,145); }
div.DivClassName
{
background-color: #C82391;
}
.BgClassName
{
background-color: #C82391;
}
</style>
border-color css
<style>
span { border-color: #C82391; }
span { border-color: rgb(200,35,145); }
td.TdClassName
{
border-color: #C82391;
}
.TagClassName
{
border-color: #C82391;
}
</style>