Shades of Medium Red Violet #C83180
Tints of Medium Red Violet #C83180
RGB
CMYK
RGB Variations
Color information
#C83180 (or 0xC83180) is known color: Medium Red Violet. HEX triplet: C8, 31 and 80. RGB value is (200,49,128). Sum of RGB (Red+Green+Blue) = 200+49+128=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C83180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83180 is #37CE7F. Grayscale: #666666. Windows color (decimal): -3657344 or 8401352. OLE color: 8401352.
HSL color Cylindrical-coordinate representation of color #C83180: hue angle of 328.61º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83180 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 128 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.22 |
| HSL | 328.61º | 0.61% | 0.49% | - |
| HSV(B) | 328.61º | 0.76% | 0.78% | - |
| XYZ | 28.81 | 16.03 | 22 | - |
| YUV | 103.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 128 | 0 | 0.76 | 0.36 | 0.22 | 328.61 | 0.61 | 0.49 |
| Hex | C8 | 31 | 80 | 0 | 4C | 24 | 16 | 149 | 3D | 31 |
| Octal | 310 | 61 | 200 | 0 | 114 | 44 | 26 | 511 | 75 | 61 |
| Binary | 11001000 | 110001 | 10000000 | 0 | 1001100 | 100100 | 10110 | 101001001 | 111101 | 110001 |
Color Harmonies of #C83180
Complementary color
Monochromatic Colors of #C83180
Black with #C83180
Text Example
Text Example
White with #C83180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83180; }
p { color: rgb(200,49,128); }
H1.HeaderClassName
{
color: #C83180;
}
.AnyTagClassName
{
color: #C83180;
}
</style>
background-color css
<style>
a { background-color: #C83180; }
a { background-color: rgb(200,49,128); }
div.DivClassName
{
background-color: #C83180;
}
.BgClassName
{
background-color: #C83180;
}
</style>
border-color css
<style>
span { border-color: #C83180; }
span { border-color: rgb(200,49,128); }
td.TdClassName
{
border-color: #C83180;
}
.TagClassName
{
border-color: #C83180;
}
</style>