Shades of Medium Red Violet #C82982
Tints of Medium Red Violet #C82982
RGB
CMYK
RGB Variations
Color information
#C82982 (or 0xC82982) is known color: Medium Red Violet. HEX triplet: C8, 29 and 82. RGB value is (200,41,130). Sum of RGB (Red+Green+Blue) = 200+41+130=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C82982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82982 is #37D67D. Grayscale: #626262. Windows color (decimal): -3659390 or 8530376. OLE color: 8530376.
HSL color Cylindrical-coordinate representation of color #C82982: hue angle of 326.42º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82982 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 130 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.22 |
| HSL | 326.42º | 0.66% | 0.47% | - |
| HSV(B) | 326.42º | 0.8% | 0.78% | - |
| XYZ | 28.64 | 15.48 | 22.6 | - |
| YUV | 98.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 130 | 0 | 0.80 | 0.35 | 0.22 | 326.42 | 0.66 | 0.47 |
| Hex | C8 | 29 | 82 | 0 | 50 | 23 | 16 | 146 | 42 | 2F |
| Octal | 310 | 51 | 202 | 0 | 120 | 43 | 26 | 506 | 102 | 57 |
| Binary | 11001000 | 101001 | 10000010 | 0 | 1010000 | 100011 | 10110 | 101000110 | 1000010 | 101111 |
Color Harmonies of #C82982
Complementary color
Monochromatic Colors of #C82982
Black with #C82982
Text Example
Text Example
White with #C82982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82982; }
p { color: rgb(200,41,130); }
H1.HeaderClassName
{
color: #C82982;
}
.AnyTagClassName
{
color: #C82982;
}
</style>
background-color css
<style>
a { background-color: #C82982; }
a { background-color: rgb(200,41,130); }
div.DivClassName
{
background-color: #C82982;
}
.BgClassName
{
background-color: #C82982;
}
</style>
border-color css
<style>
span { border-color: #C82982; }
span { border-color: rgb(200,41,130); }
td.TdClassName
{
border-color: #C82982;
}
.TagClassName
{
border-color: #C82982;
}
</style>