Shades of Medium Violet Red #C71B8D
Tints of Medium Violet Red #C71B8D
RGB
CMYK
RGB Variations
Color information
#C71B8D (or 0xC71B8D) is known color: Medium Violet Red. HEX triplet: C7, 1B and 8D. RGB value is (199,27,141). Sum of RGB (Red+Green+Blue) = 199+27+141=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71B8D is #38E472. Grayscale: #5B5B5B. Windows color (decimal): -3728499 or 9247687. OLE color: 9247687.
HSL color Cylindrical-coordinate representation of color #C71B8D: hue angle of 320.23º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B8D is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 141 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.22 |
| HSL | 320.23º | 0.76% | 0.44% | - |
| HSV(B) | 320.23º | 0.86% | 0.78% | - |
| XYZ | 28.75 | 14.85 | 26.55 | - |
| YUV | 91.42 | 155.98 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 141 | 0 | 0.86 | 0.29 | 0.22 | 320.23 | 0.76 | 0.44 |
| Hex | C7 | 1B | 8D | 0 | 56 | 1D | 16 | 140 | 4C | 2C |
| Octal | 307 | 33 | 215 | 0 | 126 | 35 | 26 | 500 | 114 | 54 |
| Binary | 11000111 | 11011 | 10001101 | 0 | 1010110 | 11101 | 10110 | 101000000 | 1001100 | 101100 |
Color Harmonies of #C71B8D
Complementary color
Monochromatic Colors of #C71B8D
Black with #C71B8D
Text Example
Text Example
White with #C71B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B8D; }
p { color: rgb(199,27,141); }
H1.HeaderClassName
{
color: #C71B8D;
}
.AnyTagClassName
{
color: #C71B8D;
}
</style>
background-color css
<style>
a { background-color: #C71B8D; }
a { background-color: rgb(199,27,141); }
div.DivClassName
{
background-color: #C71B8D;
}
.BgClassName
{
background-color: #C71B8D;
}
</style>
border-color css
<style>
span { border-color: #C71B8D; }
span { border-color: rgb(199,27,141); }
td.TdClassName
{
border-color: #C71B8D;
}
.TagClassName
{
border-color: #C71B8D;
}
</style>