#C5129F

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

Shades of Medium Violet Red #C5129F

Tints of Medium Violet Red #C5129F

Color information

#C5129F (or 0xC5129F) is unknown color: approx Medium Violet Red. HEX triplet: C5, 12 and 9F. RGB value is (197,18,159). Sum of RGB (Red+Green+Blue) = 197+18+159=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5129F is #3AED60. Grayscale: #575757. Windows color (decimal): -3861857 or 10425029. OLE color: 10425029.

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

Color convert

RGB19718159-
CMYK00.910.190.23
HSL312.74º83.26%42.16%-
HSV(B)312.74º90.86%77.25%-
XYZ29.514.8134.1-
YUV87.6168.3206.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 18 (7.42% from 255) = 4.81%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=52.67%
G=4.81%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971815900.910.190.23312.7483.2642.16
HexC5129F05B1317139532a
Octal305222370133232747112352
Binary1100010110010100111110101101110011101111001110011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5129F; }

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

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

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

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

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

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

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

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