Shades of Medium Violet Red #C80495
Tints of Medium Violet Red #C80495
RGB
CMYK
RGB Variations
Color information
#C80495 (or 0xC80495) is known color: Medium Violet Red. HEX triplet: C8, 04 and 95. RGB value is (200,4,149). Sum of RGB (Red+Green+Blue) = 200+4+149=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C80495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80495 is #37FB6A. Grayscale: #4E4E4E. Windows color (decimal): -3668843 or 9766088. OLE color: 9766088.
HSL color Cylindrical-coordinate representation of color #C80495: hue angle of 315.61º degrees, saturation: 0.96, 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 #C80495 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.22 |
| HSL | 315.61º | 0.96% | 0.4% | - |
| HSV(B) | 315.61º | 0.98% | 0.78% | - |
| XYZ | 29.29 | 14.54 | 29.7 | - |
| YUV | 79.13 | 167.43 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 149 | 0 | 0.98 | 0.26 | 0.22 | 315.61 | 0.96 | 0.4 |
| Hex | C8 | 4 | 95 | 0 | 62 | 1A | 16 | 13C | 60 | 28 |
| Octal | 310 | 4 | 225 | 0 | 142 | 32 | 26 | 474 | 140 | 50 |
| Binary | 11001000 | 100 | 10010101 | 0 | 1100010 | 11010 | 10110 | 100111100 | 1100000 | 101000 |
Color Harmonies of #C80495
Complementary color
Monochromatic Colors of #C80495
Black with #C80495
Text Example
Text Example
White with #C80495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80495; }
p { color: rgb(200,4,149); }
H1.HeaderClassName
{
color: #C80495;
}
.AnyTagClassName
{
color: #C80495;
}
</style>
background-color css
<style>
a { background-color: #C80495; }
a { background-color: rgb(200,4,149); }
div.DivClassName
{
background-color: #C80495;
}
.BgClassName
{
background-color: #C80495;
}
</style>
border-color css
<style>
span { border-color: #C80495; }
span { border-color: rgb(200,4,149); }
td.TdClassName
{
border-color: #C80495;
}
.TagClassName
{
border-color: #C80495;
}
</style>