#C51495

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

Shades of Medium Violet Red #C51495

Tints of Medium Violet Red #C51495

Color information

#C51495 (or 0xC51495) is unknown color: approx Medium Violet Red. HEX triplet: C5, 14 and 95. RGB value is (197,20,149). Sum of RGB (Red+Green+Blue) = 197+20+149=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C51495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51495 is #3AEB6A. Grayscale: #575757. Windows color (decimal): -3861355 or 9770181. OLE color: 9770181.

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

Color convert

RGB19720149-
CMYK00.900.240.23
HSL316.27º81.57%42.55%-
HSV(B)316.27º89.85%77.25%-
XYZ28.714.5429.73-
YUV87.63162.64206.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.83%
GREEN value IS 20 (8.20% from 255) = 5.46%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=53.83%
G=5.46%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972014900.900.240.23316.2781.5742.55
HexC5149505A181713c522b
Octal305242250132302747412253
Binary1100010110100100101010101101011000101111001111001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51495; }

 p { color: rgb(197,20,149); }

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

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

 a { background-color: rgb(197,20,149); }

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

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

 span { border-color: rgb(197,20,149); }

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