Shades of Medium Red Violet #C82990
Tints of Medium Red Violet #C82990
RGB
CMYK
RGB Variations
Color information
#C82990 (or 0xC82990) is known color: Medium Red Violet. HEX triplet: C8, 29 and 90. RGB value is (200,41,144). Sum of RGB (Red+Green+Blue) = 200+41+144=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C82990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82990 is #37D66F. Grayscale: #646464. Windows color (decimal): -3659376 or 9447880. OLE color: 9447880.
HSL color Cylindrical-coordinate representation of color #C82990: hue angle of 321.13º 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 #C82990 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 144 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.22 |
| HSL | 321.13º | 0.66% | 0.47% | - |
| HSV(B) | 321.13º | 0.8% | 0.78% | - |
| XYZ | 29.65 | 15.88 | 27.89 | - |
| YUV | 100.28 | 152.68 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 144 | 0 | 0.80 | 0.28 | 0.22 | 321.13 | 0.66 | 0.47 |
| Hex | C8 | 29 | 90 | 0 | 50 | 1C | 16 | 141 | 42 | 2F |
| Octal | 310 | 51 | 220 | 0 | 120 | 34 | 26 | 501 | 102 | 57 |
| Binary | 11001000 | 101001 | 10010000 | 0 | 1010000 | 11100 | 10110 | 101000001 | 1000010 | 101111 |
Color Harmonies of #C82990
Complementary color
Monochromatic Colors of #C82990
Black with #C82990
Text Example
Text Example
White with #C82990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82990; }
p { color: rgb(200,41,144); }
H1.HeaderClassName
{
color: #C82990;
}
.AnyTagClassName
{
color: #C82990;
}
</style>
background-color css
<style>
a { background-color: #C82990; }
a { background-color: rgb(200,41,144); }
div.DivClassName
{
background-color: #C82990;
}
.BgClassName
{
background-color: #C82990;
}
</style>
border-color css
<style>
span { border-color: #C82990; }
span { border-color: rgb(200,41,144); }
td.TdClassName
{
border-color: #C82990;
}
.TagClassName
{
border-color: #C82990;
}
</style>