Shades of Medium Violet Red #C71B8A
Tints of Medium Violet Red #C71B8A
RGB
CMYK
RGB Variations
Color information
#C71B8A (or 0xC71B8A) is known color: Medium Violet Red. HEX triplet: C7, 1B and 8A. RGB value is (199,27,138). Sum of RGB (Red+Green+Blue) = 199+27+138=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71B8A is #38E475. Grayscale: #5A5A5A. Windows color (decimal): -3728502 or 9051079. OLE color: 9051079.
HSL color Cylindrical-coordinate representation of color #C71B8A: hue angle of 321.28º 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 #C71B8A is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 138 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.22 |
| HSL | 321.28º | 0.76% | 0.44% | - |
| HSV(B) | 321.28º | 0.86% | 0.78% | - |
| XYZ | 28.53 | 14.76 | 25.39 | - |
| YUV | 91.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 138 | 0 | 0.86 | 0.31 | 0.22 | 321.28 | 0.76 | 0.44 |
| Hex | C7 | 1B | 8A | 0 | 56 | 1F | 16 | 141 | 4C | 2C |
| Octal | 307 | 33 | 212 | 0 | 126 | 37 | 26 | 501 | 114 | 54 |
| Binary | 11000111 | 11011 | 10001010 | 0 | 1010110 | 11111 | 10110 | 101000001 | 1001100 | 101100 |
Color Harmonies of #C71B8A
Complementary color
Monochromatic Colors of #C71B8A
Black with #C71B8A
Text Example
Text Example
White with #C71B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B8A; }
p { color: rgb(199,27,138); }
H1.HeaderClassName
{
color: #C71B8A;
}
.AnyTagClassName
{
color: #C71B8A;
}
</style>
background-color css
<style>
a { background-color: #C71B8A; }
a { background-color: rgb(199,27,138); }
div.DivClassName
{
background-color: #C71B8A;
}
.BgClassName
{
background-color: #C71B8A;
}
</style>
border-color css
<style>
span { border-color: #C71B8A; }
span { border-color: rgb(199,27,138); }
td.TdClassName
{
border-color: #C71B8A;
}
.TagClassName
{
border-color: #C71B8A;
}
</style>