#C50772

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

Shades of Medium Violet Red #C50772

Tints of Medium Violet Red #C50772

Color information

#C50772 (or 0xC50772) is unknown color: approx Medium Violet Red. HEX triplet: C5, 07 and 72. RGB value is (197,7,114). Sum of RGB (Red+Green+Blue) = 197+7+114=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C50772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50772 is #3AF88D. Grayscale: #4B4B4B. Windows color (decimal): -3864718 or 7473093. OLE color: 7473093.

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

Color convert

RGB1977114-
CMYK00.960.420.23
HSL326.21º93.14%40%-
HSV(B)326.21º96.45%77.25%-
XYZ26.1413.2417.1-
YUV76.01149.45214.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.95%
GREEN value IS 7 (3.12% from 255) = 2.20%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=61.95%
G=2.20%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197711400.960.420.23326.2193.1440
HexC57720602A171465d28
Octal30571620140522750613550
Binary11000101111111001001100000101010101111010001101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50772; }

 p { color: rgb(197,7,114); }

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

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

 a { background-color: rgb(197,7,114); }

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

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

 span { border-color: rgb(197,7,114); }

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