Shades of Medium Red Violet #C127A7
Tints of Medium Red Violet #C127A7
RGB
CMYK
RGB Variations
Color information
#C127A7 (or 0xC127A7) is known color: Medium Red Violet. HEX triplet: C1, 27 and A7. RGB value is (193,39,167). Sum of RGB (Red+Green+Blue) = 193+39+167=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C127A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C127A7 is #3ED858. Grayscale: #636363. Windows color (decimal): -4118617 or 10954689. OLE color: 10954689.
HSL color Cylindrical-coordinate representation of color #C127A7: hue angle of 310.13º 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 #C127A7 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 167 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.24 |
| HSL | 310.13º | 0.66% | 0.45% | - |
| HSV(B) | 310.13º | 0.8% | 0.76% | - |
| XYZ | 29.69 | 15.58 | 38 | - |
| YUV | 99.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 167 | 0 | 0.80 | 0.13 | 0.24 | 310.13 | 0.66 | 0.45 |
| Hex | C1 | 27 | A7 | 0 | 50 | D | 18 | 136 | 42 | 2D |
| Octal | 301 | 47 | 247 | 0 | 120 | 15 | 30 | 466 | 102 | 55 |
| Binary | 11000001 | 100111 | 10100111 | 0 | 1010000 | 1101 | 11000 | 100110110 | 1000010 | 101101 |
Color Harmonies of #C127A7
Complementary color
Monochromatic Colors of #C127A7
Black with #C127A7
Text Example
Text Example
White with #C127A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C127A7; }
p { color: rgb(193,39,167); }
H1.HeaderClassName
{
color: #C127A7;
}
.AnyTagClassName
{
color: #C127A7;
}
</style>
background-color css
<style>
a { background-color: #C127A7; }
a { background-color: rgb(193,39,167); }
div.DivClassName
{
background-color: #C127A7;
}
.BgClassName
{
background-color: #C127A7;
}
</style>
border-color css
<style>
span { border-color: #C127A7; }
span { border-color: rgb(193,39,167); }
td.TdClassName
{
border-color: #C127A7;
}
.TagClassName
{
border-color: #C127A7;
}
</style>