Shades of Medium Violet Red #C71B8B
Tints of Medium Violet Red #C71B8B
RGB
CMYK
RGB Variations
Color information
#C71B8B (or 0xC71B8B) is known color: Medium Violet Red. HEX triplet: C7, 1B and 8B. RGB value is (199,27,139). Sum of RGB (Red+Green+Blue) = 199+27+139=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71B8B is #38E474. Grayscale: #5A5A5A. Windows color (decimal): -3728501 or 9116615. OLE color: 9116615.
HSL color Cylindrical-coordinate representation of color #C71B8B: hue angle of 320.93º 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 #C71B8B is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 139 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.22 |
| HSL | 320.93º | 0.76% | 0.44% | - |
| HSV(B) | 320.93º | 0.86% | 0.78% | - |
| XYZ | 28.61 | 14.79 | 25.77 | - |
| YUV | 91.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 139 | 0 | 0.86 | 0.30 | 0.22 | 320.93 | 0.76 | 0.44 |
| Hex | C7 | 1B | 8B | 0 | 56 | 1E | 16 | 141 | 4C | 2C |
| Octal | 307 | 33 | 213 | 0 | 126 | 36 | 26 | 501 | 114 | 54 |
| Binary | 11000111 | 11011 | 10001011 | 0 | 1010110 | 11110 | 10110 | 101000001 | 1001100 | 101100 |
Color Harmonies of #C71B8B
Complementary color
Monochromatic Colors of #C71B8B
Black with #C71B8B
Text Example
Text Example
White with #C71B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B8B; }
p { color: rgb(199,27,139); }
H1.HeaderClassName
{
color: #C71B8B;
}
.AnyTagClassName
{
color: #C71B8B;
}
</style>
background-color css
<style>
a { background-color: #C71B8B; }
a { background-color: rgb(199,27,139); }
div.DivClassName
{
background-color: #C71B8B;
}
.BgClassName
{
background-color: #C71B8B;
}
</style>
border-color css
<style>
span { border-color: #C71B8B; }
span { border-color: rgb(199,27,139); }
td.TdClassName
{
border-color: #C71B8B;
}
.TagClassName
{
border-color: #C71B8B;
}
</style>