#C5108C

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

Shades of Medium Violet Red #C5108C

Tints of Medium Violet Red #C5108C

Color information

#C5108C (or 0xC5108C) is unknown color: approx Medium Violet Red. HEX triplet: C5, 10 and 8C. RGB value is (197,16,140). Sum of RGB (Red+Green+Blue) = 197+16+140=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5108C is #3AEF73. Grayscale: #535353. Windows color (decimal): -3862388 or 9179333. OLE color: 9179333.

HSL color Cylindrical-coordinate representation of color #C5108C: hue angle of 318.9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5108C is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19716140-
CMYK00.920.290.23
HSL318.9º84.98%41.76%-
HSV(B)318.9º91.88%77.25%-
XYZ27.9414.1326.07-
YUV84.26159.47208.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.81%
GREEN value IS 16 (6.64% from 255) = 4.53%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=55.81%
G=4.53%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971614000.920.290.23318.984.9841.76
HexC5108C05C1D1713f552a
Octal305202140134352747712552
Binary1100010110000100011000101110011101101111001111111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5108C; }

 p { color: rgb(197,16,140); }

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

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

 a { background-color: rgb(197,16,140); }

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

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

 span { border-color: rgb(197,16,140); }

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