Shades of Medium Violet Red #C80970
Tints of Medium Violet Red #C80970
RGB
CMYK
RGB Variations
Color information
#C80970 (or 0xC80970) is known color: Medium Violet Red. HEX triplet: C8, 09 and 70. RGB value is (200,9,112). Sum of RGB (Red+Green+Blue) = 200+9+112=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C80970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80970 is #37F68F. Grayscale: #4D4D4D. Windows color (decimal): -3667600 or 7342536. OLE color: 7342536.
HSL color Cylindrical-coordinate representation of color #C80970: hue angle of 327.64º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80970 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 112 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.22 |
| HSL | 327.64º | 0.91% | 0.41% | - |
| HSV(B) | 327.64º | 0.96% | 0.78% | - |
| XYZ | 26.84 | 13.64 | 16.55 | - |
| YUV | 77.85 | 147.28 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 112 | 0 | 0.96 | 0.44 | 0.22 | 327.64 | 0.91 | 0.41 |
| Hex | C8 | 9 | 70 | 0 | 60 | 2C | 16 | 148 | 5B | 29 |
| Octal | 310 | 11 | 160 | 0 | 140 | 54 | 26 | 510 | 133 | 51 |
| Binary | 11001000 | 1001 | 1110000 | 0 | 1100000 | 101100 | 10110 | 101001000 | 1011011 | 101001 |
Color Harmonies of #C80970
Complementary color
Monochromatic Colors of #C80970
Black with #C80970
Text Example
Text Example
White with #C80970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80970; }
p { color: rgb(200,9,112); }
H1.HeaderClassName
{
color: #C80970;
}
.AnyTagClassName
{
color: #C80970;
}
</style>
background-color css
<style>
a { background-color: #C80970; }
a { background-color: rgb(200,9,112); }
div.DivClassName
{
background-color: #C80970;
}
.BgClassName
{
background-color: #C80970;
}
</style>
border-color css
<style>
span { border-color: #C80970; }
span { border-color: rgb(200,9,112); }
td.TdClassName
{
border-color: #C80970;
}
.TagClassName
{
border-color: #C80970;
}
</style>