Shades of Medium Violet Red #C80583
Tints of Medium Violet Red #C80583
RGB
CMYK
RGB Variations
Color information
#C80583 (or 0xC80583) is known color: Medium Violet Red. HEX triplet: C8, 05 and 83. RGB value is (200,5,131). Sum of RGB (Red+Green+Blue) = 200+5+131=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C80583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80583 is #37FA7C. Grayscale: #4D4D4D. Windows color (decimal): -3668605 or 8586696. OLE color: 8586696.
HSL color Cylindrical-coordinate representation of color #C80583: hue angle of 321.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80583 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.22 |
| HSL | 321.23º | 0.95% | 0.4% | - |
| HSV(B) | 321.23º | 0.98% | 0.78% | - |
| XYZ | 27.97 | 14.03 | 22.71 | - |
| YUV | 77.67 | 158.1 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 131 | 0 | 0.98 | 0.34 | 0.22 | 321.23 | 0.95 | 0.4 |
| Hex | C8 | 5 | 83 | 0 | 62 | 22 | 16 | 141 | 5F | 28 |
| Octal | 310 | 5 | 203 | 0 | 142 | 42 | 26 | 501 | 137 | 50 |
| Binary | 11001000 | 101 | 10000011 | 0 | 1100010 | 100010 | 10110 | 101000001 | 1011111 | 101000 |
Color Harmonies of #C80583
Complementary color
Monochromatic Colors of #C80583
Black with #C80583
Text Example
Text Example
White with #C80583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80583; }
p { color: rgb(200,5,131); }
H1.HeaderClassName
{
color: #C80583;
}
.AnyTagClassName
{
color: #C80583;
}
</style>
background-color css
<style>
a { background-color: #C80583; }
a { background-color: rgb(200,5,131); }
div.DivClassName
{
background-color: #C80583;
}
.BgClassName
{
background-color: #C80583;
}
</style>
border-color css
<style>
span { border-color: #C80583; }
span { border-color: rgb(200,5,131); }
td.TdClassName
{
border-color: #C80583;
}
.TagClassName
{
border-color: #C80583;
}
</style>