#C51E9A

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

Shades of Medium Violet Red #C51E9A

Tints of Medium Violet Red #C51E9A

Color information

#C51E9A (or 0xC51E9A) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1E and 9A. RGB value is (197,30,154). Sum of RGB (Red+Green+Blue) = 197+30+154=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E9A is #3AE165. Grayscale: #5D5D5D. Windows color (decimal): -3858790 or 10100421. OLE color: 10100421.

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

Color convert

RGB19730154-
CMYK00.850.220.23
HSL315.45º73.57%44.51%-
HSV(B)315.45º84.77%77.25%-
XYZ29.3215.1331.95-
YUV94.07161.83201.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 30 (12.11% from 255) = 7.87%
BLUE value IS 154 (60.55% from 255) = 40.42%
R=51.71%
G=7.87%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973015400.850.220.23315.4573.5744.51
HexC51E9A055161713b4a2d
Octal305362320125262747311255
Binary1100010111110100110100101010110110101111001110111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51E9A; }

 p { color: rgb(197,30,154); }

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

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

 a { background-color: rgb(197,30,154); }

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

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

 span { border-color: rgb(197,30,154); }

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