Shades of Medium Violet Red #C11A8F
Tints of Medium Violet Red #C11A8F
RGB
CMYK
RGB Variations
Color information
#C11A8F (or 0xC11A8F) is known color: Medium Violet Red. HEX triplet: C1, 1A and 8F. RGB value is (193,26,143). Sum of RGB (Red+Green+Blue) = 193+26+143=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11A8F is #3EE570. Grayscale: #585858. Windows color (decimal): -4121969 or 9378497. OLE color: 9378497.
HSL color Cylindrical-coordinate representation of color #C11A8F: hue angle of 317.96º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11A8F is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 143 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.24 |
| HSL | 317.96º | 0.76% | 0.43% | - |
| HSV(B) | 317.96º | 0.87% | 0.76% | - |
| XYZ | 27.32 | 14.06 | 27.26 | - |
| YUV | 89.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 143 | 0 | 0.87 | 0.26 | 0.24 | 317.96 | 0.76 | 0.43 |
| Hex | C1 | 1A | 8F | 0 | 57 | 1A | 18 | 13E | 4C | 2B |
| Octal | 301 | 32 | 217 | 0 | 127 | 32 | 30 | 476 | 114 | 53 |
| Binary | 11000001 | 11010 | 10001111 | 0 | 1010111 | 11010 | 11000 | 100111110 | 1001100 | 101011 |
Color Harmonies of #C11A8F
Complementary color
Monochromatic Colors of #C11A8F
Black with #C11A8F
Text Example
Text Example
White with #C11A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A8F; }
p { color: rgb(193,26,143); }
H1.HeaderClassName
{
color: #C11A8F;
}
.AnyTagClassName
{
color: #C11A8F;
}
</style>
background-color css
<style>
a { background-color: #C11A8F; }
a { background-color: rgb(193,26,143); }
div.DivClassName
{
background-color: #C11A8F;
}
.BgClassName
{
background-color: #C11A8F;
}
</style>
border-color css
<style>
span { border-color: #C11A8F; }
span { border-color: rgb(193,26,143); }
td.TdClassName
{
border-color: #C11A8F;
}
.TagClassName
{
border-color: #C11A8F;
}
</style>