Shades of Medium Violet Red #C80171
Tints of Medium Violet Red #C80171
RGB
CMYK
RGB Variations
Color information
#C80171 (or 0xC80171) is known color: Medium Violet Red. HEX triplet: C8, 01 and 71. RGB value is (200,1,113). Sum of RGB (Red+Green+Blue) = 200+1+113=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C80171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80171 is #37FE8E. Grayscale: #494949. Windows color (decimal): -3669647 or 7406024. OLE color: 7406024.
HSL color Cylindrical-coordinate representation of color #C80171: hue angle of 326.23º 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 #C80171 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 113 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.22 |
| HSL | 326.23º | 0.99% | 0.39% | - |
| HSV(B) | 326.23º | 1% | 0.78% | - |
| XYZ | 26.81 | 13.49 | 16.81 | - |
| YUV | 73.27 | 150.43 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 113 | 0 | 1.00 | 0.44 | 0.22 | 326.23 | 0.99 | 0.39 |
| Hex | C8 | 1 | 71 | 0 | 64 | 2C | 16 | 146 | 63 | 27 |
| Octal | 310 | 1 | 161 | 0 | 144 | 54 | 26 | 506 | 143 | 47 |
| Binary | 11001000 | 1 | 1110001 | 0 | 1100100 | 101100 | 10110 | 101000110 | 1100011 | 100111 |
Color Harmonies of #C80171
Complementary color
Monochromatic Colors of #C80171
Black with #C80171
Text Example
Text Example
White with #C80171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80171; }
p { color: rgb(200,1,113); }
H1.HeaderClassName
{
color: #C80171;
}
.AnyTagClassName
{
color: #C80171;
}
</style>
background-color css
<style>
a { background-color: #C80171; }
a { background-color: rgb(200,1,113); }
div.DivClassName
{
background-color: #C80171;
}
.BgClassName
{
background-color: #C80171;
}
</style>
border-color css
<style>
span { border-color: #C80171; }
span { border-color: rgb(200,1,113); }
td.TdClassName
{
border-color: #C80171;
}
.TagClassName
{
border-color: #C80171;
}
</style>