Shades of Medium Violet Red #C82081
Tints of Medium Violet Red #C82081
RGB
CMYK
RGB Variations
Color information
#C82081 (or 0xC82081) is known color: Medium Violet Red. HEX triplet: C8, 20 and 81. RGB value is (200,32,129). Sum of RGB (Red+Green+Blue) = 200+32+129=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C82081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82081 is #37DF7E. Grayscale: #5D5D5D. Windows color (decimal): -3661695 or 8462536. OLE color: 8462536.
HSL color Cylindrical-coordinate representation of color #C82081: hue angle of 325.36º 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 #C82081 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 129 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.22 |
| HSL | 325.36º | 0.72% | 0.45% | - |
| HSV(B) | 325.36º | 0.84% | 0.78% | - |
| XYZ | 28.3 | 14.9 | 22.15 | - |
| YUV | 93.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 129 | 0 | 0.84 | 0.36 | 0.22 | 325.36 | 0.72 | 0.45 |
| Hex | C8 | 20 | 81 | 0 | 54 | 24 | 16 | 145 | 48 | 2D |
| Octal | 310 | 40 | 201 | 0 | 124 | 44 | 26 | 505 | 110 | 55 |
| Binary | 11001000 | 100000 | 10000001 | 0 | 1010100 | 100100 | 10110 | 101000101 | 1001000 | 101101 |
Color Harmonies of #C82081
Complementary color
Monochromatic Colors of #C82081
Black with #C82081
Text Example
Text Example
White with #C82081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82081; }
p { color: rgb(200,32,129); }
H1.HeaderClassName
{
color: #C82081;
}
.AnyTagClassName
{
color: #C82081;
}
</style>
background-color css
<style>
a { background-color: #C82081; }
a { background-color: rgb(200,32,129); }
div.DivClassName
{
background-color: #C82081;
}
.BgClassName
{
background-color: #C82081;
}
</style>
border-color css
<style>
span { border-color: #C82081; }
span { border-color: rgb(200,32,129); }
td.TdClassName
{
border-color: #C82081;
}
.TagClassName
{
border-color: #C82081;
}
</style>