Shades of Medium Violet Red #C71B83
Tints of Medium Violet Red #C71B83
RGB
CMYK
RGB Variations
Color information
#C71B83 (or 0xC71B83) is known color: Medium Violet Red. HEX triplet: C7, 1B and 83. RGB value is (199,27,131). Sum of RGB (Red+Green+Blue) = 199+27+131=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71B83 is #38E47C. Grayscale: #5A5A5A. Windows color (decimal): -3728509 or 8592327. OLE color: 8592327.
HSL color Cylindrical-coordinate representation of color #C71B83: hue angle of 323.72º 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 #C71B83 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 131 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.22 |
| HSL | 323.72º | 0.76% | 0.44% | - |
| HSV(B) | 323.72º | 0.86% | 0.78% | - |
| XYZ | 28.04 | 14.56 | 22.81 | - |
| YUV | 90.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 131 | 0 | 0.86 | 0.34 | 0.22 | 323.72 | 0.76 | 0.44 |
| Hex | C7 | 1B | 83 | 0 | 56 | 22 | 16 | 144 | 4C | 2C |
| Octal | 307 | 33 | 203 | 0 | 126 | 42 | 26 | 504 | 114 | 54 |
| Binary | 11000111 | 11011 | 10000011 | 0 | 1010110 | 100010 | 10110 | 101000100 | 1001100 | 101100 |
Color Harmonies of #C71B83
Complementary color
Monochromatic Colors of #C71B83
Black with #C71B83
Text Example
Text Example
White with #C71B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B83; }
p { color: rgb(199,27,131); }
H1.HeaderClassName
{
color: #C71B83;
}
.AnyTagClassName
{
color: #C71B83;
}
</style>
background-color css
<style>
a { background-color: #C71B83; }
a { background-color: rgb(199,27,131); }
div.DivClassName
{
background-color: #C71B83;
}
.BgClassName
{
background-color: #C71B83;
}
</style>
border-color css
<style>
span { border-color: #C71B83; }
span { border-color: rgb(199,27,131); }
td.TdClassName
{
border-color: #C71B83;
}
.TagClassName
{
border-color: #C71B83;
}
</style>