Shades of Medium Violet Red #C80975
Tints of Medium Violet Red #C80975
RGB
CMYK
RGB Variations
Color information
#C80975 (or 0xC80975) is known color: Medium Violet Red. HEX triplet: C8, 09 and 75. RGB value is (200,9,117). Sum of RGB (Red+Green+Blue) = 200+9+117=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C80975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80975 is #37F68A. Grayscale: #4E4E4E. Windows color (decimal): -3667595 or 7670216. OLE color: 7670216.
HSL color Cylindrical-coordinate representation of color #C80975: hue angle of 326.07º 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 #C80975 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.22 |
| HSL | 326.07º | 0.91% | 0.41% | - |
| HSV(B) | 326.07º | 0.96% | 0.78% | - |
| XYZ | 27.13 | 13.76 | 18.06 | - |
| YUV | 78.42 | 149.78 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 117 | 0 | 0.96 | 0.42 | 0.22 | 326.07 | 0.91 | 0.41 |
| Hex | C8 | 9 | 75 | 0 | 60 | 2A | 16 | 146 | 5B | 29 |
| Octal | 310 | 11 | 165 | 0 | 140 | 52 | 26 | 506 | 133 | 51 |
| Binary | 11001000 | 1001 | 1110101 | 0 | 1100000 | 101010 | 10110 | 101000110 | 1011011 | 101001 |
Color Harmonies of #C80975
Complementary color
Monochromatic Colors of #C80975
Black with #C80975
Text Example
Text Example
White with #C80975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80975; }
p { color: rgb(200,9,117); }
H1.HeaderClassName
{
color: #C80975;
}
.AnyTagClassName
{
color: #C80975;
}
</style>
background-color css
<style>
a { background-color: #C80975; }
a { background-color: rgb(200,9,117); }
div.DivClassName
{
background-color: #C80975;
}
.BgClassName
{
background-color: #C80975;
}
</style>
border-color css
<style>
span { border-color: #C80975; }
span { border-color: rgb(200,9,117); }
td.TdClassName
{
border-color: #C80975;
}
.TagClassName
{
border-color: #C80975;
}
</style>