Shades of Medium Violet Red #C5127F
Tints of Medium Violet Red #C5127F
RGB
CMYK
RGB Variations
Color information
#C5127F (or 0xC5127F) is known color: Medium Violet Red. HEX triplet: C5, 12 and 7F. RGB value is (197,18,127). Sum of RGB (Red+Green+Blue) = 197+18+127=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5127F is #3AED80. Grayscale: #535353. Windows color (decimal): -3861889 or 8327877. OLE color: 8327877.
HSL color Cylindrical-coordinate representation of color #C5127F: hue angle of 323.46º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5127F is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 127 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.23 |
| HSL | 323.46º | 0.83% | 0.42% | - |
| HSV(B) | 323.46º | 0.91% | 0.77% | - |
| XYZ | 27.07 | 13.84 | 21.32 | - |
| YUV | 83.95 | 152.3 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 127 | 0 | 0.91 | 0.36 | 0.23 | 323.46 | 0.83 | 0.42 |
| Hex | C5 | 12 | 7F | 0 | 5B | 24 | 17 | 143 | 53 | 2A |
| Octal | 305 | 22 | 177 | 0 | 133 | 44 | 27 | 503 | 123 | 52 |
| Binary | 11000101 | 10010 | 1111111 | 0 | 1011011 | 100100 | 10111 | 101000011 | 1010011 | 101010 |
Color Harmonies of #C5127F
Complementary color
Monochromatic Colors of #C5127F
Black with #C5127F
Text Example
Text Example
White with #C5127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5127F; }
p { color: rgb(197,18,127); }
H1.HeaderClassName
{
color: #C5127F;
}
.AnyTagClassName
{
color: #C5127F;
}
</style>
background-color css
<style>
a { background-color: #C5127F; }
a { background-color: rgb(197,18,127); }
div.DivClassName
{
background-color: #C5127F;
}
.BgClassName
{
background-color: #C5127F;
}
</style>
border-color css
<style>
span { border-color: #C5127F; }
span { border-color: rgb(197,18,127); }
td.TdClassName
{
border-color: #C5127F;
}
.TagClassName
{
border-color: #C5127F;
}
</style>