#C5166C

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

Shades of Medium Violet Red #C5166C

Tints of Medium Violet Red #C5166C

Color information

#C5166C (or 0xC5166C) is unknown color: approx Medium Violet Red. HEX triplet: C5, 16 and 6C. RGB value is (197,22,108). Sum of RGB (Red+Green+Blue) = 197+22+108=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5166C is #3AE993. Grayscale: #535353. Windows color (decimal): -3860884 or 7083717. OLE color: 7083717.

HSL color Cylindrical-coordinate representation of color #C5166C: hue angle of 330.51º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5166C is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB19722108-
CMYK00.890.450.23
HSL330.51º79.91%42.94%-
HSV(B)330.51º88.83%77.25%-
XYZ26.0213.5315.43-
YUV84.13141.48208.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.24%
GREEN value IS 22 (8.98% from 255) = 6.73%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=60.24%
G=6.73%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972210800.890.450.23330.5179.9142.94
HexC5166C0592D1714b502b
Octal305261540131552751312053
Binary1100010110110110110001011001101101101111010010111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5166C; }

 p { color: rgb(197,22,108); }

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

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

 a { background-color: rgb(197,22,108); }

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

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

 span { border-color: rgb(197,22,108); }

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