#c51184

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

Shades of Medium Violet Red #C51184

Tints of Medium Violet Red #C51184

Color information

#C51184 (or 0xC51184) is unknown color: approx Medium Violet Red. HEX triplet: C5, 11 and 84. RGB value is (197,17,132). Sum of RGB (Red+Green+Blue) = 197+17+132=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C51184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51184 is #3AEE7B. Grayscale: #535353. Windows color (decimal): -3862140 or 8655301. OLE color: 8655301.

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

Color convert

RGB19717132-
CMYK00.910.330.23
HSL321.67º84.11%41.96%-
HSV(B)321.67º91.37%77.25%-
XYZ27.3913.9423.08-
YUV83.93155.13208.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.94%
GREEN value IS 17 (7.03% from 255) = 4.91%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=56.94%
G=4.91%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971713200.910.330.23321.6784.1141.96
HexC5118405B2117142542a
Octal305212040133412750212452
Binary11000101100011000010001011011100001101111010000101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c51184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c51184; }

 p { color: rgb(197,17,132); }

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

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

 a { background-color: rgb(197,17,132); }

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

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

 span { border-color: rgb(197,17,132); }

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