#C51D79

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

Shades of Medium Violet Red #C51D79

Tints of Medium Violet Red #C51D79

Color information

#C51D79 (or 0xC51D79) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1D and 79. RGB value is (197,29,121). Sum of RGB (Red+Green+Blue) = 197+29+121=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D79 is #3AE286. Grayscale: #595959. Windows color (decimal): -3859079 or 7937477. OLE color: 7937477.

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

Color convert

RGB19729121-
CMYK00.850.390.23
HSL327.14º74.34%44.31%-
HSV(B)327.14º85.28%77.25%-
XYZ26.9214.1319.4-
YUV89.72145.66204.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 29 (11.72% from 255) = 8.36%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=56.77%
G=8.36%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972912100.850.390.23327.1474.3444.31
HexC51D7905527171474a2c
Octal305351710125472750711254
Binary1100010111101111100101010101100111101111010001111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51D79; }

 p { color: rgb(197,29,121); }

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

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

 a { background-color: rgb(197,29,121); }

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

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

 span { border-color: rgb(197,29,121); }

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