Shades of Medium Red Violet #C83580
Tints of Medium Red Violet #C83580
RGB
CMYK
RGB Variations
Color information
#C83580 (or 0xC83580) is known color: Medium Red Violet. HEX triplet: C8, 35 and 80. RGB value is (200,53,128). Sum of RGB (Red+Green+Blue) = 200+53+128=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C83580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83580 is #37CA7F. Grayscale: #696969. Windows color (decimal): -3656320 or 8402376. OLE color: 8402376.
HSL color Cylindrical-coordinate representation of color #C83580: hue angle of 329.39º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83580 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 128 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.22 |
| HSL | 329.39º | 0.58% | 0.5% | - |
| HSV(B) | 329.39º | 0.74% | 0.78% | - |
| XYZ | 28.99 | 16.38 | 22.06 | - |
| YUV | 105.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 128 | 0 | 0.74 | 0.36 | 0.22 | 329.39 | 0.58 | 0.5 |
| Hex | C8 | 35 | 80 | 0 | 4A | 24 | 16 | 149 | 3A | 32 |
| Octal | 310 | 65 | 200 | 0 | 112 | 44 | 26 | 511 | 72 | 62 |
| Binary | 11001000 | 110101 | 10000000 | 0 | 1001010 | 100100 | 10110 | 101001001 | 111010 | 110010 |
Color Harmonies of #C83580
Complementary color
Monochromatic Colors of #C83580
Black with #C83580
Text Example
Text Example
White with #C83580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83580; }
p { color: rgb(200,53,128); }
H1.HeaderClassName
{
color: #C83580;
}
.AnyTagClassName
{
color: #C83580;
}
</style>
background-color css
<style>
a { background-color: #C83580; }
a { background-color: rgb(200,53,128); }
div.DivClassName
{
background-color: #C83580;
}
.BgClassName
{
background-color: #C83580;
}
</style>
border-color css
<style>
span { border-color: #C83580; }
span { border-color: rgb(200,53,128); }
td.TdClassName
{
border-color: #C83580;
}
.TagClassName
{
border-color: #C83580;
}
</style>