Shades of Medium Red Violet #C127A5
Tints of Medium Red Violet #C127A5
RGB
CMYK
RGB Variations
Color information
#C127A5 (or 0xC127A5) is known color: Medium Red Violet. HEX triplet: C1, 27 and A5. RGB value is (193,39,165). Sum of RGB (Red+Green+Blue) = 193+39+165=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C127A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C127A5 is #3ED85A. Grayscale: #636363. Windows color (decimal): -4118619 or 10823617. OLE color: 10823617.
HSL color Cylindrical-coordinate representation of color #C127A5: hue angle of 310.91º 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 #C127A5 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 165 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.24 |
| HSL | 310.91º | 0.66% | 0.45% | - |
| HSV(B) | 310.91º | 0.8% | 0.76% | - |
| XYZ | 29.51 | 15.51 | 37.03 | - |
| YUV | 99.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 165 | 0 | 0.80 | 0.15 | 0.24 | 310.91 | 0.66 | 0.45 |
| Hex | C1 | 27 | A5 | 0 | 50 | F | 18 | 137 | 42 | 2D |
| Octal | 301 | 47 | 245 | 0 | 120 | 17 | 30 | 467 | 102 | 55 |
| Binary | 11000001 | 100111 | 10100101 | 0 | 1010000 | 1111 | 11000 | 100110111 | 1000010 | 101101 |
Color Harmonies of #C127A5
Complementary color
Monochromatic Colors of #C127A5
Black with #C127A5
Text Example
Text Example
White with #C127A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C127A5; }
p { color: rgb(193,39,165); }
H1.HeaderClassName
{
color: #C127A5;
}
.AnyTagClassName
{
color: #C127A5;
}
</style>
background-color css
<style>
a { background-color: #C127A5; }
a { background-color: rgb(193,39,165); }
div.DivClassName
{
background-color: #C127A5;
}
.BgClassName
{
background-color: #C127A5;
}
</style>
border-color css
<style>
span { border-color: #C127A5; }
span { border-color: rgb(193,39,165); }
td.TdClassName
{
border-color: #C127A5;
}
.TagClassName
{
border-color: #C127A5;
}
</style>