#C50E92

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

Shades of Medium Violet Red #C50E92

Tints of Medium Violet Red #C50E92

Color information

#C50E92 (or 0xC50E92) is unknown color: approx Medium Violet Red. HEX triplet: C5, 0E and 92. RGB value is (197,14,146). Sum of RGB (Red+Green+Blue) = 197+14+146=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50E92 is #3AF16D. Grayscale: #535353. Windows color (decimal): -3862894 or 9572037. OLE color: 9572037.

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

Color convert

RGB19714146-
CMYK00.930.260.23
HSL316.72º86.73%41.37%-
HSV(B)316.72º92.89%77.25%-
XYZ28.3714.2628.45-
YUV83.76163.13208.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.18%
GREEN value IS 14 (5.86% from 255) = 3.92%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=55.18%
G=3.92%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971414600.930.260.23316.7286.7341.37
HexC5E9205D1A1713d5729
Octal305162220135322747512751
Binary110001011110100100100101110111010101111001111011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50E92; }

 p { color: rgb(197,14,146); }

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

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

 a { background-color: rgb(197,14,146); }

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

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

 span { border-color: rgb(197,14,146); }

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