Shades of Medium Violet Red #C71B7D
Tints of Medium Violet Red #C71B7D
RGB
CMYK
RGB Variations
Color information
#C71B7D (or 0xC71B7D) is known color: Medium Violet Red. HEX triplet: C7, 1B and 7D. RGB value is (199,27,125). Sum of RGB (Red+Green+Blue) = 199+27+125=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71B7D is #38E482. Grayscale: #595959. Windows color (decimal): -3728515 or 8199111. OLE color: 8199111.
HSL color Cylindrical-coordinate representation of color #C71B7D: hue angle of 325.81º 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 #C71B7D is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 125 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.22 |
| HSL | 325.81º | 0.76% | 0.44% | - |
| HSV(B) | 325.81º | 0.86% | 0.78% | - |
| XYZ | 27.65 | 14.41 | 20.73 | - |
| YUV | 89.6 | 147.98 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 125 | 0 | 0.86 | 0.37 | 0.22 | 325.81 | 0.76 | 0.44 |
| Hex | C7 | 1B | 7D | 0 | 56 | 25 | 16 | 146 | 4C | 2C |
| Octal | 307 | 33 | 175 | 0 | 126 | 45 | 26 | 506 | 114 | 54 |
| Binary | 11000111 | 11011 | 1111101 | 0 | 1010110 | 100101 | 10110 | 101000110 | 1001100 | 101100 |
Color Harmonies of #C71B7D
Complementary color
Monochromatic Colors of #C71B7D
Black with #C71B7D
Text Example
Text Example
White with #C71B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B7D; }
p { color: rgb(199,27,125); }
H1.HeaderClassName
{
color: #C71B7D;
}
.AnyTagClassName
{
color: #C71B7D;
}
</style>
background-color css
<style>
a { background-color: #C71B7D; }
a { background-color: rgb(199,27,125); }
div.DivClassName
{
background-color: #C71B7D;
}
.BgClassName
{
background-color: #C71B7D;
}
</style>
border-color css
<style>
span { border-color: #C71B7D; }
span { border-color: rgb(199,27,125); }
td.TdClassName
{
border-color: #C71B7D;
}
.TagClassName
{
border-color: #C71B7D;
}
</style>