Shades of Medium Violet Red #C71289
Tints of Medium Violet Red #C71289
RGB
CMYK
RGB Variations
Color information
#C71289 (or 0xC71289) is known color: Medium Violet Red. HEX triplet: C7, 12 and 89. RGB value is (199,18,137). Sum of RGB (Red+Green+Blue) = 199+18+137=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C71289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71289 is #38ED76. Grayscale: #555555. Windows color (decimal): -3730807 or 8983239. OLE color: 8983239.
HSL color Cylindrical-coordinate representation of color #C71289: hue angle of 320.55º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71289 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 137 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.22 |
| HSL | 320.55º | 0.83% | 0.43% | - |
| HSV(B) | 320.55º | 0.91% | 0.78% | - |
| XYZ | 28.28 | 14.38 | 24.95 | - |
| YUV | 85.69 | 156.97 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 137 | 0 | 0.91 | 0.31 | 0.22 | 320.55 | 0.83 | 0.43 |
| Hex | C7 | 12 | 89 | 0 | 5B | 1F | 16 | 141 | 53 | 2B |
| Octal | 307 | 22 | 211 | 0 | 133 | 37 | 26 | 501 | 123 | 53 |
| Binary | 11000111 | 10010 | 10001001 | 0 | 1011011 | 11111 | 10110 | 101000001 | 1010011 | 101011 |
Color Harmonies of #C71289
Complementary color
Monochromatic Colors of #C71289
Black with #C71289
Text Example
Text Example
White with #C71289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71289; }
p { color: rgb(199,18,137); }
H1.HeaderClassName
{
color: #C71289;
}
.AnyTagClassName
{
color: #C71289;
}
</style>
background-color css
<style>
a { background-color: #C71289; }
a { background-color: rgb(199,18,137); }
div.DivClassName
{
background-color: #C71289;
}
.BgClassName
{
background-color: #C71289;
}
</style>
border-color css
<style>
span { border-color: #C71289; }
span { border-color: rgb(199,18,137); }
td.TdClassName
{
border-color: #C71289;
}
.TagClassName
{
border-color: #C71289;
}
</style>