#C20390

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

Shades of Medium Violet Red #C20390

Tints of Medium Violet Red #C20390

Color information

#C20390 (or 0xC20390) is unknown color: approx Medium Violet Red. HEX triplet: C2, 03 and 90. RGB value is (194,3,144). Sum of RGB (Red+Green+Blue) = 194+3+144=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C20390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20390 is #3DFC6F. Grayscale: #4B4B4B. Windows color (decimal): -4062320 or 9438146. OLE color: 9438146.

HSL color Cylindrical-coordinate representation of color #C20390: hue angle of 315.71º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20390 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB1943144-
CMYK00.980.260.24
HSL315.71º96.95%38.63%-
HSV(B)315.71º98.45%76.08%-
XYZ27.3113.5527.56-
YUV76.18166.28212.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.89%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=56.89%
G=0.88%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194314400.980.260.24315.7196.9538.63
HexC23900621A1813c6127
Octal30232200142323047414147
Binary1100001011100100000110001011010110001001111001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20390; }

 p { color: rgb(194,3,144); }

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

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

 a { background-color: rgb(194,3,144); }

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

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

 span { border-color: rgb(194,3,144); }

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