Shades of Medium Violet Red #C11281
Tints of Medium Violet Red #C11281
RGB
CMYK
RGB Variations
Color information
#C11281 (or 0xC11281) is known color: Medium Violet Red. HEX triplet: C1, 12 and 81. RGB value is (193,18,129). Sum of RGB (Red+Green+Blue) = 193+18+129=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C11281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11281 is #3EED7E. Grayscale: #525252. Windows color (decimal): -4124031 or 8458945. OLE color: 8458945.
HSL color Cylindrical-coordinate representation of color #C11281: hue angle of 321.94º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11281 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 129 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.24 |
| HSL | 321.94º | 0.83% | 0.41% | - |
| HSV(B) | 321.94º | 0.91% | 0.76% | - |
| XYZ | 26.17 | 13.36 | 21.97 | - |
| YUV | 82.98 | 153.98 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 129 | 0 | 0.91 | 0.33 | 0.24 | 321.94 | 0.83 | 0.41 |
| Hex | C1 | 12 | 81 | 0 | 5B | 21 | 18 | 142 | 53 | 29 |
| Octal | 301 | 22 | 201 | 0 | 133 | 41 | 30 | 502 | 123 | 51 |
| Binary | 11000001 | 10010 | 10000001 | 0 | 1011011 | 100001 | 11000 | 101000010 | 1010011 | 101001 |
Color Harmonies of #C11281
Complementary color
Monochromatic Colors of #C11281
Black with #C11281
Text Example
Text Example
White with #C11281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11281; }
p { color: rgb(193,18,129); }
H1.HeaderClassName
{
color: #C11281;
}
.AnyTagClassName
{
color: #C11281;
}
</style>
background-color css
<style>
a { background-color: #C11281; }
a { background-color: rgb(193,18,129); }
div.DivClassName
{
background-color: #C11281;
}
.BgClassName
{
background-color: #C11281;
}
</style>
border-color css
<style>
span { border-color: #C11281; }
span { border-color: rgb(193,18,129); }
td.TdClassName
{
border-color: #C11281;
}
.TagClassName
{
border-color: #C11281;
}
</style>