#C51F6A

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

Shades of Medium Violet Red #C51F6A

Tints of Medium Violet Red #C51F6A

Color information

#C51F6A (or 0xC51F6A) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1F and 6A. RGB value is (197,31,106). Sum of RGB (Red+Green+Blue) = 197+31+106=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F6A is #3AE095. Grayscale: #595959. Windows color (decimal): -3858582 or 6954949. OLE color: 6954949.

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

Color convert

RGB19731106-
CMYK00.840.460.23
HSL332.89º72.81%44.71%-
HSV(B)332.89º84.26%77.25%-
XYZ26.1213.8914.94-
YUV89.18137.5204.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.98%
GREEN value IS 31 (12.5% from 255) = 9.28%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=58.98%
G=9.28%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973110600.840.460.23332.8972.8144.71
HexC51F6A0542E1714d492d
Octal305371520124562751511155
Binary1100010111111110101001010100101110101111010011011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51F6A; }

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

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

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

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

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

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

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

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