Shades of Medium Red Violet #C127AB
Tints of Medium Red Violet #C127AB
RGB
CMYK
RGB Variations
Color information
#C127AB (or 0xC127AB) is known color: Medium Red Violet. HEX triplet: C1, 27 and AB. RGB value is (193,39,171). Sum of RGB (Red+Green+Blue) = 193+39+171=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C127AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C127AB is #3ED854. Grayscale: #636363. Windows color (decimal): -4118613 or 11216833. OLE color: 11216833.
HSL color Cylindrical-coordinate representation of color #C127AB: hue angle of 308.57º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C127AB is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 171 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.24 |
| HSL | 308.57º | 0.66% | 0.45% | - |
| HSV(B) | 308.57º | 0.8% | 0.76% | - |
| XYZ | 30.07 | 15.73 | 39.98 | - |
| YUV | 100.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 171 | 0 | 0.80 | 0.11 | 0.24 | 308.57 | 0.66 | 0.45 |
| Hex | C1 | 27 | AB | 0 | 50 | B | 18 | 135 | 42 | 2D |
| Octal | 301 | 47 | 253 | 0 | 120 | 13 | 30 | 465 | 102 | 55 |
| Binary | 11000001 | 100111 | 10101011 | 0 | 1010000 | 1011 | 11000 | 100110101 | 1000010 | 101101 |
Color Harmonies of #C127AB
Complementary color
Monochromatic Colors of #C127AB
Black with #C127AB
Text Example
Text Example
White with #C127AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C127AB; }
p { color: rgb(193,39,171); }
H1.HeaderClassName
{
color: #C127AB;
}
.AnyTagClassName
{
color: #C127AB;
}
</style>
background-color css
<style>
a { background-color: #C127AB; }
a { background-color: rgb(193,39,171); }
div.DivClassName
{
background-color: #C127AB;
}
.BgClassName
{
background-color: #C127AB;
}
</style>
border-color css
<style>
span { border-color: #C127AB; }
span { border-color: rgb(193,39,171); }
td.TdClassName
{
border-color: #C127AB;
}
.TagClassName
{
border-color: #C127AB;
}
</style>