Shades of Medium Violet Red #C81671
Tints of Medium Violet Red #C81671
RGB
CMYK
RGB Variations
Color information
#C81671 (or 0xC81671) is known color: Medium Violet Red. HEX triplet: C8, 16 and 71. RGB value is (200,22,113). Sum of RGB (Red+Green+Blue) = 200+22+113=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C81671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81671 is #37E98E. Grayscale: #555555. Windows color (decimal): -3664271 or 7411400. OLE color: 7411400.
HSL color Cylindrical-coordinate representation of color #C81671: hue angle of 329.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81671 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 113 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.22 |
| HSL | 329.33º | 0.8% | 0.44% | - |
| HSV(B) | 329.33º | 0.89% | 0.78% | - |
| XYZ | 27.09 | 14.05 | 16.91 | - |
| YUV | 85.6 | 143.47 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 113 | 0 | 0.89 | 0.44 | 0.22 | 329.33 | 0.8 | 0.44 |
| Hex | C8 | 16 | 71 | 0 | 59 | 2C | 16 | 149 | 50 | 2C |
| Octal | 310 | 26 | 161 | 0 | 131 | 54 | 26 | 511 | 120 | 54 |
| Binary | 11001000 | 10110 | 1110001 | 0 | 1011001 | 101100 | 10110 | 101001001 | 1010000 | 101100 |
Color Harmonies of #C81671
Complementary color
Monochromatic Colors of #C81671
Black with #C81671
Text Example
Text Example
White with #C81671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81671; }
p { color: rgb(200,22,113); }
H1.HeaderClassName
{
color: #C81671;
}
.AnyTagClassName
{
color: #C81671;
}
</style>
background-color css
<style>
a { background-color: #C81671; }
a { background-color: rgb(200,22,113); }
div.DivClassName
{
background-color: #C81671;
}
.BgClassName
{
background-color: #C81671;
}
</style>
border-color css
<style>
span { border-color: #C81671; }
span { border-color: rgb(200,22,113); }
td.TdClassName
{
border-color: #C81671;
}
.TagClassName
{
border-color: #C81671;
}
</style>