#C51F99

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

Shades of Medium Violet Red #C51F99

Tints of Medium Violet Red #C51F99

Color information

#C51F99 (or 0xC51F99) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1F and 99. RGB value is (197,31,153). Sum of RGB (Red+Green+Blue) = 197+31+153=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F99 is #3AE066. Grayscale: #5E5E5E. Windows color (decimal): -3858535 or 10035141. OLE color: 10035141.

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

Color convert

RGB19731153-
CMYK00.840.220.23
HSL315.9º72.81%44.71%-
HSV(B)315.9º84.26%77.25%-
XYZ29.2715.1531.52-
YUV94.54161201.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 31 (12.5% from 255) = 8.14%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=51.71%
G=8.14%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973115300.840.220.23315.972.8144.71
HexC51F99054161713c492d
Octal305372310124262747411155
Binary1100010111111100110010101010010110101111001111001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51F99; }

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

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

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

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

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

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

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

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