#c51a70

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

Shades of Medium Violet Red #C51A70

Tints of Medium Violet Red #C51A70

Color information

#C51A70 (or 0xC51A70) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1A and 70. RGB value is (197,26,112). Sum of RGB (Red+Green+Blue) = 197+26+112=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A70 is #3AE58F. Grayscale: #565656. Windows color (decimal): -3859856 or 7346885. OLE color: 7346885.

HSL color Cylindrical-coordinate representation of color #C51A70: hue angle of 329.82º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A70 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB19726112-
CMYK00.870.430.23
HSL329.82º76.68%43.73%-
HSV(B)329.82º86.8%77.25%-
XYZ26.3213.7816.6-
YUV86.93142.15206.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.81%
GREEN value IS 26 (10.55% from 255) = 7.76%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=58.81%
G=7.76%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972611200.870.430.23329.8276.6843.73
HexC51A700572B1714a4d2c
Octal305321600127532751211554
Binary1100010111010111000001010111101011101111010010101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c51a70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c51a70; }

 p { color: rgb(197,26,112); }

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

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

 a { background-color: rgb(197,26,112); }

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

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

 span { border-color: rgb(197,26,112); }

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