Shades of Medium Violet Red #C80172
Tints of Medium Violet Red #C80172
RGB
CMYK
RGB Variations
Color information
#C80172 (or 0xC80172) is known color: Medium Violet Red. HEX triplet: C8, 01 and 72. RGB value is (200,1,114). Sum of RGB (Red+Green+Blue) = 200+1+114=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C80172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80172 is #37FE8D. Grayscale: #494949. Windows color (decimal): -3669646 or 7471560. OLE color: 7471560.
HSL color Cylindrical-coordinate representation of color #C80172: hue angle of 325.93º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80172 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.22 |
| HSL | 325.93º | 0.99% | 0.39% | - |
| HSV(B) | 325.93º | 1% | 0.78% | - |
| XYZ | 26.87 | 13.52 | 17.11 | - |
| YUV | 73.38 | 150.93 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 114 | 0 | 1.00 | 0.43 | 0.22 | 325.93 | 0.99 | 0.39 |
| Hex | C8 | 1 | 72 | 0 | 64 | 2B | 16 | 146 | 63 | 27 |
| Octal | 310 | 1 | 162 | 0 | 144 | 53 | 26 | 506 | 143 | 47 |
| Binary | 11001000 | 1 | 1110010 | 0 | 1100100 | 101011 | 10110 | 101000110 | 1100011 | 100111 |
Color Harmonies of #C80172
Complementary color
Monochromatic Colors of #C80172
Black with #C80172
Text Example
Text Example
White with #C80172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80172; }
p { color: rgb(200,1,114); }
H1.HeaderClassName
{
color: #C80172;
}
.AnyTagClassName
{
color: #C80172;
}
</style>
background-color css
<style>
a { background-color: #C80172; }
a { background-color: rgb(200,1,114); }
div.DivClassName
{
background-color: #C80172;
}
.BgClassName
{
background-color: #C80172;
}
</style>
border-color css
<style>
span { border-color: #C80172; }
span { border-color: rgb(200,1,114); }
td.TdClassName
{
border-color: #C80172;
}
.TagClassName
{
border-color: #C80172;
}
</style>