Shades of Medium Violet Red #C81982
Tints of Medium Violet Red #C81982
RGB
CMYK
RGB Variations
Color information
#C81982 (or 0xC81982) is known color: Medium Violet Red. HEX triplet: C8, 19 and 82. RGB value is (200,25,130). Sum of RGB (Red+Green+Blue) = 200+25+130=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C81982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81982 is #37E67D. Grayscale: #595959. Windows color (decimal): -3663486 or 8526280. OLE color: 8526280.
HSL color Cylindrical-coordinate representation of color #C81982: hue angle of 324º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81982 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 130 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.22 |
| HSL | 324º | 0.78% | 0.44% | - |
| HSV(B) | 324º | 0.88% | 0.78% | - |
| XYZ | 28.2 | 14.59 | 22.45 | - |
| YUV | 89.3 | 150.98 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 130 | 0 | 0.88 | 0.35 | 0.22 | 324 | 0.78 | 0.44 |
| Hex | C8 | 19 | 82 | 0 | 58 | 23 | 16 | 144 | 4E | 2C |
| Octal | 310 | 31 | 202 | 0 | 130 | 43 | 26 | 504 | 116 | 54 |
| Binary | 11001000 | 11001 | 10000010 | 0 | 1011000 | 100011 | 10110 | 101000100 | 1001110 | 101100 |
Color Harmonies of #C81982
Complementary color
Monochromatic Colors of #C81982
Black with #C81982
Text Example
Text Example
White with #C81982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81982; }
p { color: rgb(200,25,130); }
H1.HeaderClassName
{
color: #C81982;
}
.AnyTagClassName
{
color: #C81982;
}
</style>
background-color css
<style>
a { background-color: #C81982; }
a { background-color: rgb(200,25,130); }
div.DivClassName
{
background-color: #C81982;
}
.BgClassName
{
background-color: #C81982;
}
</style>
border-color css
<style>
span { border-color: #C81982; }
span { border-color: rgb(200,25,130); }
td.TdClassName
{
border-color: #C81982;
}
.TagClassName
{
border-color: #C81982;
}
</style>