#C50596

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

Shades of Medium Violet Red #C50596

Tints of Medium Violet Red #C50596

Color information

#C50596 (or 0xC50596) is unknown color: approx Medium Violet Red. HEX triplet: C5, 05 and 96. RGB value is (197,5,150). Sum of RGB (Red+Green+Blue) = 197+5+150=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C50596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50596 is #3AFA69. Grayscale: #4E4E4E. Windows color (decimal): -3865194 or 9831877. OLE color: 9831877.

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

Color convert

RGB1975150-
CMYK00.970.240.23
HSL314.69º95.05%39.61%-
HSV(B)314.69º97.46%77.25%-
XYZ28.5914.1830.08-
YUV78.94168.11212.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.97%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 150 (58.98% from 255) = 42.61%
R=55.97%
G=1.42%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197515000.970.240.23314.6995.0539.61
HexC5596061181713b5f28
Octal30552260141302747313750
Binary11000101101100101100110000111000101111001110111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50596; }

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

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

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

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

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

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

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

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