Shades of Medium Violet Red #C11683
Tints of Medium Violet Red #C11683
RGB
CMYK
RGB Variations
Color information
#C11683 (or 0xC11683) is known color: Medium Violet Red. HEX triplet: C1, 16 and 83. RGB value is (193,22,131). Sum of RGB (Red+Green+Blue) = 193+22+131=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C11683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11683 is #3EE97C. Grayscale: #555555. Windows color (decimal): -4123005 or 8591041. OLE color: 8591041.
HSL color Cylindrical-coordinate representation of color #C11683: hue angle of 321.75º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11683 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 131 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.24 |
| HSL | 321.75º | 0.8% | 0.42% | - |
| HSV(B) | 321.75º | 0.89% | 0.76% | - |
| XYZ | 26.38 | 13.55 | 22.7 | - |
| YUV | 85.56 | 153.65 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 131 | 0 | 0.89 | 0.32 | 0.24 | 321.75 | 0.8 | 0.42 |
| Hex | C1 | 16 | 83 | 0 | 59 | 20 | 18 | 142 | 50 | 2A |
| Octal | 301 | 26 | 203 | 0 | 131 | 40 | 30 | 502 | 120 | 52 |
| Binary | 11000001 | 10110 | 10000011 | 0 | 1011001 | 100000 | 11000 | 101000010 | 1010000 | 101010 |
Color Harmonies of #C11683
Complementary color
Monochromatic Colors of #C11683
Black with #C11683
Text Example
Text Example
White with #C11683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11683; }
p { color: rgb(193,22,131); }
H1.HeaderClassName
{
color: #C11683;
}
.AnyTagClassName
{
color: #C11683;
}
</style>
background-color css
<style>
a { background-color: #C11683; }
a { background-color: rgb(193,22,131); }
div.DivClassName
{
background-color: #C11683;
}
.BgClassName
{
background-color: #C11683;
}
</style>
border-color css
<style>
span { border-color: #C11683; }
span { border-color: rgb(193,22,131); }
td.TdClassName
{
border-color: #C11683;
}
.TagClassName
{
border-color: #C11683;
}
</style>