Shades of Medium Violet Red #C80372
Tints of Medium Violet Red #C80372
RGB
CMYK
RGB Variations
Color information
#C80372 (or 0xC80372) is known color: Medium Violet Red. HEX triplet: C8, 03 and 72. RGB value is (200,3,114). Sum of RGB (Red+Green+Blue) = 200+3+114=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C80372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80372 is #37FC8D. Grayscale: #4A4A4A. Windows color (decimal): -3669134 or 7472072. OLE color: 7472072.
HSL color Cylindrical-coordinate representation of color #C80372: hue angle of 326.19º 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 #C80372 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.22 |
| HSL | 326.19º | 0.97% | 0.4% | - |
| HSV(B) | 326.19º | 0.99% | 0.78% | - |
| XYZ | 26.89 | 13.56 | 17.12 | - |
| YUV | 74.56 | 150.27 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 114 | 0 | 0.98 | 0.43 | 0.22 | 326.19 | 0.97 | 0.4 |
| Hex | C8 | 3 | 72 | 0 | 62 | 2B | 16 | 146 | 61 | 28 |
| Octal | 310 | 3 | 162 | 0 | 142 | 53 | 26 | 506 | 141 | 50 |
| Binary | 11001000 | 11 | 1110010 | 0 | 1100010 | 101011 | 10110 | 101000110 | 1100001 | 101000 |
Color Harmonies of #C80372
Complementary color
Monochromatic Colors of #C80372
Black with #C80372
Text Example
Text Example
White with #C80372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80372; }
p { color: rgb(200,3,114); }
H1.HeaderClassName
{
color: #C80372;
}
.AnyTagClassName
{
color: #C80372;
}
</style>
background-color css
<style>
a { background-color: #C80372; }
a { background-color: rgb(200,3,114); }
div.DivClassName
{
background-color: #C80372;
}
.BgClassName
{
background-color: #C80372;
}
</style>
border-color css
<style>
span { border-color: #C80372; }
span { border-color: rgb(200,3,114); }
td.TdClassName
{
border-color: #C80372;
}
.TagClassName
{
border-color: #C80372;
}
</style>