#C5129E

Color #C5129E Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C5129E

Tints of Medium Violet Red #C5129E

Color information

#C5129E (or 0xC5129E) is unknown color: approx Medium Violet Red. HEX triplet: C5, 12 and 9E. RGB value is (197,18,158). Sum of RGB (Red+Green+Blue) = 197+18+158=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5129E is #3AED61. Grayscale: #575757. Windows color (decimal): -3861858 or 10359493. OLE color: 10359493.

HSL color Cylindrical-coordinate representation of color #C5129E: hue angle of 313.07º 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 #C5129E is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB19718158-
CMYK00.910.200.23
HSL313.07º83.26%42.16%-
HSV(B)313.07º90.86%77.25%-
XYZ29.4114.7733.65-
YUV87.48167.8206.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 52.82%
GREEN value IS 18 (7.42% from 255) = 4.83%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=52.82%
G=4.83%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971815800.910.200.23313.0783.2642.16
HexC5129E05B1417139532a
Octal305222360133242747112352
Binary1100010110010100111100101101110100101111001110011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5129E; }

 p { color: rgb(197,18,158); }

 H1.HeaderClassName
 {
   color: #C5129E;
 }
 .AnyTagClassName
 {
   color: #C5129E;
 }
</style>
background-color css

<style>
 a { background-color: #C5129E; }

 a { background-color: rgb(197,18,158); }

 div.DivClassName
 {
   background-color: #C5129E;
 }
 .BgClassName
 {
   background-color: #C5129E;
 }
</style>
border-color css

<style>
 span { border-color: #C5129E; }

 span { border-color: rgb(197,18,158); }

 td.TdClassName
 {
   border-color: #C5129E;
 }
 .TagClassName
 {
   border-color: #C5129E;
 }
</style>