Shades of Medium Violet Red #C7108B
Tints of Medium Violet Red #C7108B
RGB
CMYK
RGB Variations
Color information
#C7108B (or 0xC7108B) is known color: Medium Violet Red. HEX triplet: C7, 10 and 8B. RGB value is (199,16,139). Sum of RGB (Red+Green+Blue) = 199+16+139=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C7108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7108B is #38EF74. Grayscale: #545454. Windows color (decimal): -3731317 or 9113799. OLE color: 9113799.
HSL color Cylindrical-coordinate representation of color #C7108B: hue angle of 319.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7108B is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 139 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.22 |
| HSL | 319.67º | 0.85% | 0.42% | - |
| HSV(B) | 319.67º | 0.92% | 0.78% | - |
| XYZ | 28.4 | 14.38 | 25.7 | - |
| YUV | 84.74 | 158.63 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 139 | 0 | 0.92 | 0.30 | 0.22 | 319.67 | 0.85 | 0.42 |
| Hex | C7 | 10 | 8B | 0 | 5C | 1E | 16 | 140 | 55 | 2A |
| Octal | 307 | 20 | 213 | 0 | 134 | 36 | 26 | 500 | 125 | 52 |
| Binary | 11000111 | 10000 | 10001011 | 0 | 1011100 | 11110 | 10110 | 101000000 | 1010101 | 101010 |
Color Harmonies of #C7108B
Complementary color
Monochromatic Colors of #C7108B
Black with #C7108B
Text Example
Text Example
White with #C7108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7108B; }
p { color: rgb(199,16,139); }
H1.HeaderClassName
{
color: #C7108B;
}
.AnyTagClassName
{
color: #C7108B;
}
</style>
background-color css
<style>
a { background-color: #C7108B; }
a { background-color: rgb(199,16,139); }
div.DivClassName
{
background-color: #C7108B;
}
.BgClassName
{
background-color: #C7108B;
}
</style>
border-color css
<style>
span { border-color: #C7108B; }
span { border-color: rgb(199,16,139); }
td.TdClassName
{
border-color: #C7108B;
}
.TagClassName
{
border-color: #C7108B;
}
</style>