Shades of Medium Violet Red #C11F7B
Tints of Medium Violet Red #C11F7B
RGB
CMYK
RGB Variations
Color information
#C11F7B (or 0xC11F7B) is known color: Medium Violet Red. HEX triplet: C1, 1F and 7B. RGB value is (193,31,123). Sum of RGB (Red+Green+Blue) = 193+31+123=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11F7B is #3EE084. Grayscale: #595959. Windows color (decimal): -4120709 or 8069057. OLE color: 8069057.
HSL color Cylindrical-coordinate representation of color #C11F7B: hue angle of 325.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11F7B is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 123 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.24 |
| HSL | 325.93º | 0.72% | 0.44% | - |
| HSV(B) | 325.93º | 0.84% | 0.76% | - |
| XYZ | 26.06 | 13.75 | 20.02 | - |
| YUV | 89.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 123 | 0 | 0.84 | 0.36 | 0.24 | 325.93 | 0.72 | 0.44 |
| Hex | C1 | 1F | 7B | 0 | 54 | 24 | 18 | 146 | 48 | 2C |
| Octal | 301 | 37 | 173 | 0 | 124 | 44 | 30 | 506 | 110 | 54 |
| Binary | 11000001 | 11111 | 1111011 | 0 | 1010100 | 100100 | 11000 | 101000110 | 1001000 | 101100 |
Color Harmonies of #C11F7B
Complementary color
Monochromatic Colors of #C11F7B
Black with #C11F7B
Text Example
Text Example
White with #C11F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11F7B; }
p { color: rgb(193,31,123); }
H1.HeaderClassName
{
color: #C11F7B;
}
.AnyTagClassName
{
color: #C11F7B;
}
</style>
background-color css
<style>
a { background-color: #C11F7B; }
a { background-color: rgb(193,31,123); }
div.DivClassName
{
background-color: #C11F7B;
}
.BgClassName
{
background-color: #C11F7B;
}
</style>
border-color css
<style>
span { border-color: #C11F7B; }
span { border-color: rgb(193,31,123); }
td.TdClassName
{
border-color: #C11F7B;
}
.TagClassName
{
border-color: #C11F7B;
}
</style>