#C51F80

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

Shades of Medium Violet Red #C51F80

Tints of Medium Violet Red #C51F80

Color information

#C51F80 (or 0xC51F80) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1F and 80. RGB value is (197,31,128). Sum of RGB (Red+Green+Blue) = 197+31+128=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F80 is #3AE07F. Grayscale: #5B5B5B. Windows color (decimal): -3858560 or 8396741. OLE color: 8396741.

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

Color convert

RGB19731128-
CMYK00.840.350.23
HSL324.94º72.81%44.71%-
HSV(B)324.94º84.26%77.25%-
XYZ27.4114.4121.76-
YUV91.69148.5203.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.34%
GREEN value IS 31 (12.5% from 255) = 8.71%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=55.34%
G=8.71%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973112800.840.350.23324.9472.8144.71
HexC51F800542317145492d
Octal305372000124432750511155
Binary11000101111111000000001010100100011101111010001011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51F80; }

 p { color: rgb(197,31,128); }

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

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

 a { background-color: rgb(197,31,128); }

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

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

 span { border-color: rgb(197,31,128); }

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