#C20F95

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

Shades of Medium Violet Red #C20F95

Tints of Medium Violet Red #C20F95

Color information

#C20F95 (or 0xC20F95) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0F and 95. RGB value is (194,15,149). Sum of RGB (Red+Green+Blue) = 194+15+149=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20F95 is #3DF06A. Grayscale: #535353. Windows color (decimal): -4059243 or 9768898. OLE color: 9768898.

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

Color convert

RGB19415149-
CMYK00.920.230.24
HSL315.08º85.65%40.98%-
HSV(B)315.08º92.27%76.08%-
XYZ27.8413.9829.66-
YUV83.8164.8206.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 15 (6.25% from 255) = 4.19%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=54.19%
G=4.19%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941514900.920.230.24315.0885.6540.98
HexC2F9505C171813b5629
Octal302172250134273047312651
Binary110000101111100101010101110010111110001001110111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20F95; }

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

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

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

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

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

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

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

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