#C51EAA

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

Shades of Medium Violet Red #C51EAA

Tints of Medium Violet Red #C51EAA

Color information

#C51EAA (or 0xC51EAA) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1E and AA. RGB value is (197,30,170). Sum of RGB (Red+Green+Blue) = 197+30+170=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C51EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51EAA is #3AE155. Grayscale: #5F5F5F. Windows color (decimal): -3858774 or 11148997. OLE color: 11148997.

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

Color convert

RGB19730170-
CMYK00.850.140.23
HSL309.7º73.57%44.51%-
HSV(B)309.7º84.77%77.25%-
XYZ30.7515.739.44-
YUV95.89169.83200.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 30 (12.11% from 255) = 7.56%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=49.62%
G=7.56%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973017000.850.140.23309.773.5744.51
HexC51EAA055E171364a2d
Octal305362520125162746611255
Binary110001011111010101010010101011110101111001101101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51EAA; }

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

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

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

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

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

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

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

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