Shades of Medium Violet Red #C80275
Tints of Medium Violet Red #C80275
RGB
CMYK
RGB Variations
Color information
#C80275 (or 0xC80275) is known color: Medium Violet Red. HEX triplet: C8, 02 and 75. RGB value is (200,2,117). Sum of RGB (Red+Green+Blue) = 200+2+117=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C80275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80275 is #37FD8A. Grayscale: #4A4A4A. Windows color (decimal): -3669387 or 7668424. OLE color: 7668424.
HSL color Cylindrical-coordinate representation of color #C80275: hue angle of 325.15º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80275 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.22 |
| HSL | 325.15º | 0.98% | 0.4% | - |
| HSV(B) | 325.15º | 0.99% | 0.78% | - |
| XYZ | 27.05 | 13.61 | 18.03 | - |
| YUV | 74.31 | 152.1 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 117 | 0 | 0.99 | 0.42 | 0.22 | 325.15 | 0.98 | 0.4 |
| Hex | C8 | 2 | 75 | 0 | 63 | 2A | 16 | 145 | 62 | 28 |
| Octal | 310 | 2 | 165 | 0 | 143 | 52 | 26 | 505 | 142 | 50 |
| Binary | 11001000 | 10 | 1110101 | 0 | 1100011 | 101010 | 10110 | 101000101 | 1100010 | 101000 |
Color Harmonies of #C80275
Complementary color
Monochromatic Colors of #C80275
Black with #C80275
Text Example
Text Example
White with #C80275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80275; }
p { color: rgb(200,2,117); }
H1.HeaderClassName
{
color: #C80275;
}
.AnyTagClassName
{
color: #C80275;
}
</style>
background-color css
<style>
a { background-color: #C80275; }
a { background-color: rgb(200,2,117); }
div.DivClassName
{
background-color: #C80275;
}
.BgClassName
{
background-color: #C80275;
}
</style>
border-color css
<style>
span { border-color: #C80275; }
span { border-color: rgb(200,2,117); }
td.TdClassName
{
border-color: #C80275;
}
.TagClassName
{
border-color: #C80275;
}
</style>