Shades of Medium Violet Red #C71693
Tints of Medium Violet Red #C71693
RGB
CMYK
RGB Variations
Color information
#C71693 (or 0xC71693) is known color: Medium Violet Red. HEX triplet: C7, 16 and 93. RGB value is (199,22,147). Sum of RGB (Red+Green+Blue) = 199+22+147=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C71693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71693 is #38E96C. Grayscale: #585858. Windows color (decimal): -3729773 or 9639623. OLE color: 9639623.
HSL color Cylindrical-coordinate representation of color #C71693: hue angle of 317.63º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71693 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 147 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.22 |
| HSL | 317.63º | 0.8% | 0.43% | - |
| HSV(B) | 317.63º | 0.89% | 0.78% | - |
| XYZ | 29.11 | 14.82 | 28.93 | - |
| YUV | 89.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 147 | 0 | 0.89 | 0.26 | 0.22 | 317.63 | 0.8 | 0.43 |
| Hex | C7 | 16 | 93 | 0 | 59 | 1A | 16 | 13E | 50 | 2B |
| Octal | 307 | 26 | 223 | 0 | 131 | 32 | 26 | 476 | 120 | 53 |
| Binary | 11000111 | 10110 | 10010011 | 0 | 1011001 | 11010 | 10110 | 100111110 | 1010000 | 101011 |
Color Harmonies of #C71693
Complementary color
Monochromatic Colors of #C71693
Black with #C71693
Text Example
Text Example
White with #C71693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71693; }
p { color: rgb(199,22,147); }
H1.HeaderClassName
{
color: #C71693;
}
.AnyTagClassName
{
color: #C71693;
}
</style>
background-color css
<style>
a { background-color: #C71693; }
a { background-color: rgb(199,22,147); }
div.DivClassName
{
background-color: #C71693;
}
.BgClassName
{
background-color: #C71693;
}
</style>
border-color css
<style>
span { border-color: #C71693; }
span { border-color: rgb(199,22,147); }
td.TdClassName
{
border-color: #C71693;
}
.TagClassName
{
border-color: #C71693;
}
</style>