Shades of Medium Violet Red #C80570
Tints of Medium Violet Red #C80570
RGB
CMYK
RGB Variations
Color information
#C80570 (or 0xC80570) is known color: Medium Violet Red. HEX triplet: C8, 05 and 70. RGB value is (200,5,112). Sum of RGB (Red+Green+Blue) = 200+5+112=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C80570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80570 is #37FA8F. Grayscale: #4B4B4B. Windows color (decimal): -3668624 or 7341512. OLE color: 7341512.
HSL color Cylindrical-coordinate representation of color #C80570: hue angle of 327.08º 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 #C80570 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 112 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.22 |
| HSL | 327.08º | 0.95% | 0.4% | - |
| HSV(B) | 327.08º | 0.98% | 0.78% | - |
| XYZ | 26.8 | 13.56 | 16.53 | - |
| YUV | 75.5 | 148.6 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 112 | 0 | 0.98 | 0.44 | 0.22 | 327.08 | 0.95 | 0.4 |
| Hex | C8 | 5 | 70 | 0 | 62 | 2C | 16 | 147 | 5F | 28 |
| Octal | 310 | 5 | 160 | 0 | 142 | 54 | 26 | 507 | 137 | 50 |
| Binary | 11001000 | 101 | 1110000 | 0 | 1100010 | 101100 | 10110 | 101000111 | 1011111 | 101000 |
Color Harmonies of #C80570
Complementary color
Monochromatic Colors of #C80570
Black with #C80570
Text Example
Text Example
White with #C80570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80570; }
p { color: rgb(200,5,112); }
H1.HeaderClassName
{
color: #C80570;
}
.AnyTagClassName
{
color: #C80570;
}
</style>
background-color css
<style>
a { background-color: #C80570; }
a { background-color: rgb(200,5,112); }
div.DivClassName
{
background-color: #C80570;
}
.BgClassName
{
background-color: #C80570;
}
</style>
border-color css
<style>
span { border-color: #C80570; }
span { border-color: rgb(200,5,112); }
td.TdClassName
{
border-color: #C80570;
}
.TagClassName
{
border-color: #C80570;
}
</style>