#C5166E

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

Shades of Medium Violet Red #C5166E

Tints of Medium Violet Red #C5166E

Color information

#C5166E (or 0xC5166E) is unknown color: approx Medium Violet Red. HEX triplet: C5, 16 and 6E. RGB value is (197,22,110). Sum of RGB (Red+Green+Blue) = 197+22+110=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5166E is #3AE991. Grayscale: #545454. Windows color (decimal): -3860882 or 7214789. OLE color: 7214789.

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

Color convert

RGB19722110-
CMYK00.890.440.23
HSL329.83º79.91%42.94%-
HSV(B)329.83º88.83%77.25%-
XYZ26.1313.5715.99-
YUV84.36142.48208.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.88%
GREEN value IS 22 (8.98% from 255) = 6.69%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=59.88%
G=6.69%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972211000.890.440.23329.8379.9142.94
HexC5166E0592C1714a502b
Octal305261560131542751212053
Binary1100010110110110111001011001101100101111010010101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5166E; }

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

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

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

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

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

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

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

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