#C51EA4

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

Shades of Medium Violet Red #C51EA4

Tints of Medium Violet Red #C51EA4

Color information

#C51EA4 (or 0xC51EA4) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1E and A4. RGB value is (197,30,164). Sum of RGB (Red+Green+Blue) = 197+30+164=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C51EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51EA4 is #3AE15B. Grayscale: #5E5E5E. Windows color (decimal): -3858780 or 10755781. OLE color: 10755781.

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

Color convert

RGB19730164-
CMYK00.850.170.23
HSL311.86º73.57%44.51%-
HSV(B)311.86º84.77%77.25%-
XYZ30.1915.4836.52-
YUV95.21166.83200.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.38%
GREEN value IS 30 (12.11% from 255) = 7.67%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=50.38%
G=7.67%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973016400.850.170.23311.8673.5744.51
HexC51EA405511171384a2d
Octal305362440125212747011255
Binary1100010111110101001000101010110001101111001110001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51EA4; }

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

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

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

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

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

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

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

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