#C50779

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

Shades of Medium Violet Red #C50779

Tints of Medium Violet Red #C50779

Color information

#C50779 (or 0xC50779) is unknown color: approx Medium Violet Red. HEX triplet: C5, 07 and 79. RGB value is (197,7,121). Sum of RGB (Red+Green+Blue) = 197+7+121=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C50779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50779 is #3AF886. Grayscale: #4C4C4C. Windows color (decimal): -3864711 or 7931845. OLE color: 7931845.

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

Color convert

RGB1977121-
CMYK00.960.390.23
HSL324º93.14%40%-
HSV(B)324º96.45%77.25%-
XYZ26.5513.419.28-
YUV76.81152.95213.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.62%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=60.62%
G=2.15%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197712100.960.390.2332493.1440
HexC577906027171445d28
Octal30571710140472750413550
Binary11000101111111100101100000100111101111010001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50779; }

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

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

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

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

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

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

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

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