#C51F89

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

Shades of Medium Violet Red #C51F89

Tints of Medium Violet Red #C51F89

Color information

#C51F89 (or 0xC51F89) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1F and 89. RGB value is (197,31,137). Sum of RGB (Red+Green+Blue) = 197+31+137=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F89 is #3AE076. Grayscale: #5C5C5C. Windows color (decimal): -3858551 or 8986565. OLE color: 8986565.

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

Color convert

RGB19731137-
CMYK00.840.300.23
HSL321.69º72.81%44.71%-
HSV(B)321.69º84.26%77.25%-
XYZ28.0314.6625.02-
YUV92.72153202.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.97%
GREEN value IS 31 (12.5% from 255) = 8.49%
BLUE value IS 137 (53.91% from 255) = 37.53%
R=53.97%
G=8.49%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973113700.840.300.23321.6972.8144.71
HexC51F890541E17142492d
Octal305372110124362750211155
Binary1100010111111100010010101010011110101111010000101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51F89; }

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

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

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

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

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

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

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

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