#C20E94

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

Shades of Medium Violet Red #C20E94

Tints of Medium Violet Red #C20E94

Color information

#C20E94 (or 0xC20E94) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0E and 94. RGB value is (194,14,148). Sum of RGB (Red+Green+Blue) = 194+14+148=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20E94 is #3DF16B. Grayscale: #525252. Windows color (decimal): -4059500 or 9703106. OLE color: 9703106.

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

Color convert

RGB19414148-
CMYK00.930.240.24
HSL315.33º86.54%40.78%-
HSV(B)315.33º92.78%76.08%-
XYZ27.7513.9229.24-
YUV83.1164.63207.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.49%
GREEN value IS 14 (5.86% from 255) = 3.93%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=54.49%
G=3.93%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941414800.930.240.24315.3386.5440.78
HexC2E9405D181813b5729
Octal302162240135303047312751
Binary110000101110100101000101110111000110001001110111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E94; }

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

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

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

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

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

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

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

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