#C51291

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

Shades of Medium Violet Red #C51291

Tints of Medium Violet Red #C51291

Color information

#C51291 (or 0xC51291) is unknown color: approx Medium Violet Red. HEX triplet: C5, 12 and 91. RGB value is (197,18,145). Sum of RGB (Red+Green+Blue) = 197+18+145=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C51291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51291 is #3AED6E. Grayscale: #555555. Windows color (decimal): -3861871 or 9507525. OLE color: 9507525.

HSL color Cylindrical-coordinate representation of color #C51291: hue angle of 317.43º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51291 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB19718145-
CMYK00.910.260.23
HSL317.43º83.26%42.16%-
HSV(B)317.43º90.86%77.25%-
XYZ28.3514.3528.06-
YUV86161.3207.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.72%
GREEN value IS 18 (7.42% from 255) = 5%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=54.72%
G=5%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971814500.910.260.23317.4383.2642.16
HexC5129105B1A1713d532a
Octal305222210133322747512352
Binary1100010110010100100010101101111010101111001111011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51291; }

 p { color: rgb(197,18,145); }

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

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

 a { background-color: rgb(197,18,145); }

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

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

 span { border-color: rgb(197,18,145); }

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