Shades of Medium Violet Red #C80376
Tints of Medium Violet Red #C80376
RGB
CMYK
RGB Variations
Color information
#C80376 (or 0xC80376) is known color: Medium Violet Red. HEX triplet: C8, 03 and 76. RGB value is (200,3,118). Sum of RGB (Red+Green+Blue) = 200+3+118=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C80376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80376 is #37FC89. Grayscale: #4A4A4A. Windows color (decimal): -3669130 or 7734216. OLE color: 7734216.
HSL color Cylindrical-coordinate representation of color #C80376: hue angle of 324.97º degrees, saturation: 0.97, 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 #C80376 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 118 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.22 |
| HSL | 324.97º | 0.97% | 0.4% | - |
| HSV(B) | 324.97º | 0.99% | 0.78% | - |
| XYZ | 27.12 | 13.65 | 18.35 | - |
| YUV | 75.01 | 152.27 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 118 | 0 | 0.98 | 0.41 | 0.22 | 324.97 | 0.97 | 0.4 |
| Hex | C8 | 3 | 76 | 0 | 62 | 29 | 16 | 145 | 61 | 28 |
| Octal | 310 | 3 | 166 | 0 | 142 | 51 | 26 | 505 | 141 | 50 |
| Binary | 11001000 | 11 | 1110110 | 0 | 1100010 | 101001 | 10110 | 101000101 | 1100001 | 101000 |
Color Harmonies of #C80376
Complementary color
Monochromatic Colors of #C80376
Black with #C80376
Text Example
Text Example
White with #C80376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80376; }
p { color: rgb(200,3,118); }
H1.HeaderClassName
{
color: #C80376;
}
.AnyTagClassName
{
color: #C80376;
}
</style>
background-color css
<style>
a { background-color: #C80376; }
a { background-color: rgb(200,3,118); }
div.DivClassName
{
background-color: #C80376;
}
.BgClassName
{
background-color: #C80376;
}
</style>
border-color css
<style>
span { border-color: #C80376; }
span { border-color: rgb(200,3,118); }
td.TdClassName
{
border-color: #C80376;
}
.TagClassName
{
border-color: #C80376;
}
</style>