#C20395

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

Shades of Medium Violet Red #C20395

Tints of Medium Violet Red #C20395

Color information

#C20395 (or 0xC20395) is unknown color: approx Medium Violet Red. HEX triplet: C2, 03 and 95. RGB value is (194,3,149). Sum of RGB (Red+Green+Blue) = 194+3+149=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C20395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20395 is #3DFC6A. Grayscale: #4C4C4C. Windows color (decimal): -4062315 or 9765826. OLE color: 9765826.

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

Color convert

RGB1943149-
CMYK00.980.230.24
HSL314.14º96.95%38.63%-
HSV(B)314.14º98.45%76.08%-
XYZ27.7113.729.62-
YUV76.75168.78211.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=56.07%
G=0.87%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194314900.980.230.24314.1496.9538.63
HexC2395062171813a6127
Octal30232250142273047214147
Binary1100001011100101010110001010111110001001110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20395; }

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

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

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

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

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

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

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

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