#C20E6F

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

Shades of Medium Violet Red #C20E6F

Tints of Medium Violet Red #C20E6F

Color information

#C20E6F (or 0xC20E6F) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0E and 6F. RGB value is (194,14,111). Sum of RGB (Red+Green+Blue) = 194+14+111=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E6F is #3DF190. Grayscale: #4E4E4E. Windows color (decimal): -4059537 or 7278274. OLE color: 7278274.

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

Color convert

RGB19414111-
CMYK00.930.430.24
HSL327.67º86.54%40.78%-
HSV(B)327.67º92.78%76.08%-
XYZ25.2712.9316.2-
YUV78.88146.13210.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=60.82%
G=4.39%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941411100.930.430.24327.6786.5440.78
HexC2E6F05D2B181485729
Octal302161570135533051012751
Binary110000101110110111101011101101011110001010010001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E6F; }

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

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

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

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

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

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

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

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