Shades of Medium Red Violet #C83979
Tints of Medium Red Violet #C83979
RGB
CMYK
RGB Variations
Color information
#C83979 (or 0xC83979) is known color: Medium Red Violet. HEX triplet: C8, 39 and 79. RGB value is (200,57,121). Sum of RGB (Red+Green+Blue) = 200+57+121=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C83979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83979 is #37C686. Grayscale: #6A6A6A. Windows color (decimal): -3655303 or 7944648. OLE color: 7944648.
HSL color Cylindrical-coordinate representation of color #C83979: hue angle of 333.15º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83979 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 121 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.22 |
| HSL | 333.15º | 0.57% | 0.5% | - |
| HSV(B) | 333.15º | 0.72% | 0.78% | - |
| XYZ | 28.73 | 16.59 | 19.78 | - |
| YUV | 107.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 121 | 0 | 0.72 | 0.39 | 0.22 | 333.15 | 0.57 | 0.5 |
| Hex | C8 | 39 | 79 | 0 | 48 | 27 | 16 | 14D | 39 | 32 |
| Octal | 310 | 71 | 171 | 0 | 110 | 47 | 26 | 515 | 71 | 62 |
| Binary | 11001000 | 111001 | 1111001 | 0 | 1001000 | 100111 | 10110 | 101001101 | 111001 | 110010 |
Color Harmonies of #C83979
Complementary color
Monochromatic Colors of #C83979
Black with #C83979
Text Example
Text Example
White with #C83979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83979; }
p { color: rgb(200,57,121); }
H1.HeaderClassName
{
color: #C83979;
}
.AnyTagClassName
{
color: #C83979;
}
</style>
background-color css
<style>
a { background-color: #C83979; }
a { background-color: rgb(200,57,121); }
div.DivClassName
{
background-color: #C83979;
}
.BgClassName
{
background-color: #C83979;
}
</style>
border-color css
<style>
span { border-color: #C83979; }
span { border-color: rgb(200,57,121); }
td.TdClassName
{
border-color: #C83979;
}
.TagClassName
{
border-color: #C83979;
}
</style>