#c51f81

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

Shades of Medium Violet Red #C51F81

Tints of Medium Violet Red #C51F81

Color information

#C51F81 (or 0xC51F81) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1F and 81. RGB value is (197,31,129). Sum of RGB (Red+Green+Blue) = 197+31+129=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F81 is #3AE07E. Grayscale: #5B5B5B. Windows color (decimal): -3858559 or 8462277. OLE color: 8462277.

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

Color convert

RGB19731129-
CMYK00.840.350.23
HSL324.58º72.81%44.71%-
HSV(B)324.58º84.26%77.25%-
XYZ27.4814.4422.11-
YUV91.81149203.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.18%
GREEN value IS 31 (12.5% from 255) = 8.68%
BLUE value IS 129 (50.78% from 255) = 36.13%
R=55.18%
G=8.68%
B=36.13%

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
Decimal1973112900.840.350.23324.5872.8144.71
HexC51F810542317145492d
Octal305372010124432750511155
Binary11000101111111000000101010100100011101111010001011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c51f81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c51f81; }

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

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

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

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

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

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

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

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