#C20F6D

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

Shades of Medium Violet Red #C20F6D

Tints of Medium Violet Red #C20F6D

Color information

#C20F6D (or 0xC20F6D) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0F and 6D. RGB value is (194,15,109). Sum of RGB (Red+Green+Blue) = 194+15+109=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F6D is #3DF092. Grayscale: #4F4F4F. Windows color (decimal): -4059283 or 7147458. OLE color: 7147458.

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

Color convert

RGB19415109-
CMYK00.920.440.24
HSL328.49º85.65%40.98%-
HSV(B)328.49º92.27%76.08%-
XYZ25.1812.9215.63-
YUV79.24144.8209.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.01%
GREEN value IS 15 (6.25% from 255) = 4.72%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=61.01%
G=4.72%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941510900.920.440.24328.4985.6540.98
HexC2F6D05C2C181485629
Octal302171550134543051012651
Binary110000101111110110101011100101100110001010010001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20F6D; }

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

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

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

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

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

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

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

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