#c5116e

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

Shades of Medium Violet Red #C5116E

Tints of Medium Violet Red #C5116E

Color information

#C5116E (or 0xC5116E) is unknown color: approx Medium Violet Red. HEX triplet: C5, 11 and 6E. RGB value is (197,17,110). Sum of RGB (Red+Green+Blue) = 197+17+110=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5116E is #3AEE91. Grayscale: #515151. Windows color (decimal): -3862162 or 7213509. OLE color: 7213509.

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

Color convert

RGB19717110-
CMYK00.910.440.23
HSL329º84.11%41.96%-
HSV(B)329º91.37%77.25%-
XYZ26.0413.415.97-
YUV81.42144.13210.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.80%
GREEN value IS 17 (7.03% from 255) = 5.25%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=60.80%
G=5.25%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971711000.910.440.2332984.1141.96
HexC5116E05B2C17149542a
Octal305211560133542751112452
Binary1100010110001110111001011011101100101111010010011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5116e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5116e; }

 p { color: rgb(197,17,110); }

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

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

 a { background-color: rgb(197,17,110); }

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

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

 span { border-color: rgb(197,17,110); }

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