#C20EA0

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

Shades of Medium Violet Red #C20EA0

Tints of Medium Violet Red #C20EA0

Color information

#C20EA0 (or 0xC20EA0) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0E and A0. RGB value is (194,14,160). Sum of RGB (Red+Green+Blue) = 194+14+160=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20EA0 is #3DF15F. Grayscale: #545454. Windows color (decimal): -4059488 or 10489538. OLE color: 10489538.

HSL color Cylindrical-coordinate representation of color #C20EA0: hue angle of 311.33º 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 #C20EA0 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19414160-
CMYK00.930.180.24
HSL311.33º86.54%40.78%-
HSV(B)311.33º92.78%76.08%-
XYZ28.7514.3234.51-
YUV84.46170.63206.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.72%
GREEN value IS 14 (5.86% from 255) = 3.80%
BLUE value IS 160 (62.89% from 255) = 43.48%
R=52.72%
G=3.80%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941416000.930.180.24311.3386.5440.78
HexC2EA005D12181375729
Octal302162400135223046712751
Binary110000101110101000000101110110010110001001101111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20EA0; }

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

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

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

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

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

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

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

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