Shades of Medium Violet Red #C82085
Tints of Medium Violet Red #C82085
RGB
CMYK
RGB Variations
Color information
#C82085 (or 0xC82085) is known color: Medium Violet Red. HEX triplet: C8, 20 and 85. RGB value is (200,32,133). Sum of RGB (Red+Green+Blue) = 200+32+133=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C82085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82085 is #37DF7A. Grayscale: #5D5D5D. Windows color (decimal): -3661691 or 8724680. OLE color: 8724680.
HSL color Cylindrical-coordinate representation of color #C82085: hue angle of 323.93º 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 #C82085 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 133 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.22 |
| HSL | 323.93º | 0.72% | 0.45% | - |
| HSV(B) | 323.93º | 0.84% | 0.78% | - |
| XYZ | 28.57 | 15.01 | 23.58 | - |
| YUV | 93.75 | 150.16 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 133 | 0 | 0.84 | 0.34 | 0.22 | 323.93 | 0.72 | 0.45 |
| Hex | C8 | 20 | 85 | 0 | 54 | 22 | 16 | 144 | 48 | 2D |
| Octal | 310 | 40 | 205 | 0 | 124 | 42 | 26 | 504 | 110 | 55 |
| Binary | 11001000 | 100000 | 10000101 | 0 | 1010100 | 100010 | 10110 | 101000100 | 1001000 | 101101 |
Color Harmonies of #C82085
Complementary color
Monochromatic Colors of #C82085
Black with #C82085
Text Example
Text Example
White with #C82085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82085; }
p { color: rgb(200,32,133); }
H1.HeaderClassName
{
color: #C82085;
}
.AnyTagClassName
{
color: #C82085;
}
</style>
background-color css
<style>
a { background-color: #C82085; }
a { background-color: rgb(200,32,133); }
div.DivClassName
{
background-color: #C82085;
}
.BgClassName
{
background-color: #C82085;
}
</style>
border-color css
<style>
span { border-color: #C82085; }
span { border-color: rgb(200,32,133); }
td.TdClassName
{
border-color: #C82085;
}
.TagClassName
{
border-color: #C82085;
}
</style>