Shades of Medium Red Violet #C83880
Tints of Medium Red Violet #C83880
RGB
CMYK
RGB Variations
Color information
#C83880 (or 0xC83880) is known color: Medium Red Violet. HEX triplet: C8, 38 and 80. RGB value is (200,56,128). Sum of RGB (Red+Green+Blue) = 200+56+128=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C83880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83880 is #37C77F. Grayscale: #6B6B6B. Windows color (decimal): -3655552 or 8403144. OLE color: 8403144.
HSL color Cylindrical-coordinate representation of color #C83880: hue angle of 330º 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 #C83880 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 128 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.22 |
| HSL | 330º | 0.57% | 0.5% | - |
| HSV(B) | 330º | 0.72% | 0.78% | - |
| XYZ | 29.13 | 16.67 | 22.1 | - |
| YUV | 107.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 128 | 0 | 0.72 | 0.36 | 0.22 | 330 | 0.57 | 0.5 |
| Hex | C8 | 38 | 80 | 0 | 48 | 24 | 16 | 14A | 39 | 32 |
| Octal | 310 | 70 | 200 | 0 | 110 | 44 | 26 | 512 | 71 | 62 |
| Binary | 11001000 | 111000 | 10000000 | 0 | 1001000 | 100100 | 10110 | 101001010 | 111001 | 110010 |
Color Harmonies of #C83880
Complementary color
Monochromatic Colors of #C83880
Black with #C83880
Text Example
Text Example
White with #C83880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83880; }
p { color: rgb(200,56,128); }
H1.HeaderClassName
{
color: #C83880;
}
.AnyTagClassName
{
color: #C83880;
}
</style>
background-color css
<style>
a { background-color: #C83880; }
a { background-color: rgb(200,56,128); }
div.DivClassName
{
background-color: #C83880;
}
.BgClassName
{
background-color: #C83880;
}
</style>
border-color css
<style>
span { border-color: #C83880; }
span { border-color: rgb(200,56,128); }
td.TdClassName
{
border-color: #C83880;
}
.TagClassName
{
border-color: #C83880;
}
</style>