#c20f8e

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

Shades of Medium Violet Red #C20F8E

Tints of Medium Violet Red #C20F8E

Color information

#C20F8E (or 0xC20F8E) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0F and 8E. RGB value is (194,15,142). Sum of RGB (Red+Green+Blue) = 194+15+142=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20F8E is #3DF071. Grayscale: #525252. Windows color (decimal): -4059250 or 9310146. OLE color: 9310146.

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

Color convert

RGB19415142-
CMYK00.920.270.24
HSL317.43º85.65%40.98%-
HSV(B)317.43º92.27%76.08%-
XYZ27.313.7626.81-
YUV83161.3207.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.27%
GREEN value IS 15 (6.25% from 255) = 4.27%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=55.27%
G=4.27%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941514200.920.270.24317.4385.6540.98
HexC2F8E05C1B1813d5629
Octal302172160134333047512651
Binary110000101111100011100101110011011110001001111011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c20f8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c20f8e; }

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

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

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

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

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

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

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

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