Shades of Medium Red Violet #C82989
Tints of Medium Red Violet #C82989
RGB
CMYK
RGB Variations
Color information
#C82989 (or 0xC82989) is known color: Medium Red Violet. HEX triplet: C8, 29 and 89. RGB value is (200,41,137). Sum of RGB (Red+Green+Blue) = 200+41+137=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C82989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82989 is #37D676. Grayscale: #636363. Windows color (decimal): -3659383 or 8989128. OLE color: 8989128.
HSL color Cylindrical-coordinate representation of color #C82989: hue angle of 323.77º 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 #C82989 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 137 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.22 |
| HSL | 323.77º | 0.66% | 0.47% | - |
| HSV(B) | 323.77º | 0.8% | 0.78% | - |
| XYZ | 29.13 | 15.67 | 25.16 | - |
| YUV | 99.49 | 149.18 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 137 | 0 | 0.80 | 0.32 | 0.22 | 323.77 | 0.66 | 0.47 |
| Hex | C8 | 29 | 89 | 0 | 50 | 20 | 16 | 144 | 42 | 2F |
| Octal | 310 | 51 | 211 | 0 | 120 | 40 | 26 | 504 | 102 | 57 |
| Binary | 11001000 | 101001 | 10001001 | 0 | 1010000 | 100000 | 10110 | 101000100 | 1000010 | 101111 |
Color Harmonies of #C82989
Complementary color
Monochromatic Colors of #C82989
Black with #C82989
Text Example
Text Example
White with #C82989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82989; }
p { color: rgb(200,41,137); }
H1.HeaderClassName
{
color: #C82989;
}
.AnyTagClassName
{
color: #C82989;
}
</style>
background-color css
<style>
a { background-color: #C82989; }
a { background-color: rgb(200,41,137); }
div.DivClassName
{
background-color: #C82989;
}
.BgClassName
{
background-color: #C82989;
}
</style>
border-color css
<style>
span { border-color: #C82989; }
span { border-color: rgb(200,41,137); }
td.TdClassName
{
border-color: #C82989;
}
.TagClassName
{
border-color: #C82989;
}
</style>