#C5056C

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

Shades of Medium Violet Red #C5056C

Tints of Medium Violet Red #C5056C

Color information

#C5056C (or 0xC5056C) is unknown color: approx Medium Violet Red. HEX triplet: C5, 05 and 6C. RGB value is (197,5,108). Sum of RGB (Red+Green+Blue) = 197+5+108=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5056C is #3AFA93. Grayscale: #494949. Windows color (decimal): -3865236 or 7079365. OLE color: 7079365.

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

Color convert

RGB1975108-
CMYK00.970.450.23
HSL327.81º95.05%39.61%-
HSV(B)327.81º97.46%77.25%-
XYZ25.7913.0615.35-
YUV74.15147.11215.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.55%
GREEN value IS 5 (2.34% from 255) = 1.61%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=63.55%
G=1.61%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197510800.970.450.23327.8195.0539.61
HexC556C0612D171485f28
Octal30551540141552751013750
Binary11000101101110110001100001101101101111010010001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5056C; }

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

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

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

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

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

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

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

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