#C20EA4

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

Shades of Medium Violet Red #C20EA4

Tints of Medium Violet Red #C20EA4

Color information

#C20EA4 (or 0xC20EA4) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0E and A4. RGB value is (194,14,164). Sum of RGB (Red+Green+Blue) = 194+14+164=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20EA4 is #3DF15B. Grayscale: #545454. Windows color (decimal): -4059484 or 10751682. OLE color: 10751682.

HSL color Cylindrical-coordinate representation of color #C20EA4: hue angle of 310º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20EA4 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19414164-
CMYK00.930.150.24
HSL310º86.54%40.78%-
HSV(B)310º92.78%76.08%-
XYZ29.1114.4636.38-
YUV84.92172.63205.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 14 (5.86% from 255) = 3.76%
BLUE value IS 164 (64.45% from 255) = 44.09%
R=52.15%
G=3.76%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941416400.930.150.2431086.5440.78
HexC2EA405DF181365729
Octal302162440135173046612751
Binary11000010111010100100010111011111110001001101101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20EA4; }

 p { color: rgb(194,14,164); }

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

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

 a { background-color: rgb(194,14,164); }

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

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

 span { border-color: rgb(194,14,164); }

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