#C20E6C

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

Shades of Medium Violet Red #C20E6C

Tints of Medium Violet Red #C20E6C

Color information

#C20E6C (or 0xC20E6C) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0E and 6C. RGB value is (194,14,108). Sum of RGB (Red+Green+Blue) = 194+14+108=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E6C is #3DF193. Grayscale: #4E4E4E. Windows color (decimal): -4059540 or 7081666. OLE color: 7081666.

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

Color convert

RGB19414108-
CMYK00.930.440.24
HSL328.67º86.54%40.78%-
HSV(B)328.67º92.78%76.08%-
XYZ25.1112.8715.35-
YUV78.54144.63210.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.39%
GREEN value IS 14 (5.86% from 255) = 4.43%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=61.39%
G=4.43%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941410800.930.440.24328.6786.5440.78
HexC2E6C05D2C181495729
Octal302161540135543051112751
Binary110000101110110110001011101101100110001010010011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E6C; }

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

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

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

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

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

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

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

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