Shades of Medium Violet Red #C80670
Tints of Medium Violet Red #C80670
RGB
CMYK
RGB Variations
Color information
#C80670 (or 0xC80670) is known color: Medium Violet Red. HEX triplet: C8, 06 and 70. RGB value is (200,6,112). Sum of RGB (Red+Green+Blue) = 200+6+112=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C80670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80670 is #37F98F. Grayscale: #4B4B4B. Windows color (decimal): -3668368 or 7341768. OLE color: 7341768.
HSL color Cylindrical-coordinate representation of color #C80670: hue angle of 327.22º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80670 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 112 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.22 |
| HSL | 327.22º | 0.94% | 0.4% | - |
| HSV(B) | 327.22º | 0.97% | 0.78% | - |
| XYZ | 26.81 | 13.58 | 16.54 | - |
| YUV | 76.09 | 148.27 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 112 | 0 | 0.97 | 0.44 | 0.22 | 327.22 | 0.94 | 0.4 |
| Hex | C8 | 6 | 70 | 0 | 61 | 2C | 16 | 147 | 5E | 28 |
| Octal | 310 | 6 | 160 | 0 | 141 | 54 | 26 | 507 | 136 | 50 |
| Binary | 11001000 | 110 | 1110000 | 0 | 1100001 | 101100 | 10110 | 101000111 | 1011110 | 101000 |
Color Harmonies of #C80670
Complementary color
Monochromatic Colors of #C80670
Black with #C80670
Text Example
Text Example
White with #C80670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80670; }
p { color: rgb(200,6,112); }
H1.HeaderClassName
{
color: #C80670;
}
.AnyTagClassName
{
color: #C80670;
}
</style>
background-color css
<style>
a { background-color: #C80670; }
a { background-color: rgb(200,6,112); }
div.DivClassName
{
background-color: #C80670;
}
.BgClassName
{
background-color: #C80670;
}
</style>
border-color css
<style>
span { border-color: #C80670; }
span { border-color: rgb(200,6,112); }
td.TdClassName
{
border-color: #C80670;
}
.TagClassName
{
border-color: #C80670;
}
</style>