#C50474

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

Shades of Medium Violet Red #C50474

Tints of Medium Violet Red #C50474

Color information

#C50474 (or 0xC50474) is unknown color: approx Medium Violet Red. HEX triplet: C5, 04 and 74. RGB value is (197,4,116). Sum of RGB (Red+Green+Blue) = 197+4+116=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C50474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50474 is #3AFB8B. Grayscale: #4A4A4A. Windows color (decimal): -3865484 or 7603397. OLE color: 7603397.

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

Color convert

RGB1974116-
CMYK00.980.410.23
HSL325.18º96.02%39.41%-
HSV(B)325.18º97.97%77.25%-
XYZ26.2213.2217.69-
YUV74.47151.44215.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.15%
GREEN value IS 4 (1.95% from 255) = 1.26%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=62.15%
G=1.26%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197411600.980.410.23325.1896.0239.41
HexC547406229171456027
Octal30541640142512750514047
Binary11000101100111010001100010101001101111010001011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50474; }

 p { color: rgb(197,4,116); }

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

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

 a { background-color: rgb(197,4,116); }

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

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

 span { border-color: rgb(197,4,116); }

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