#C20E8A

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

Shades of Medium Violet Red #C20E8A

Tints of Medium Violet Red #C20E8A

Color information

#C20E8A (or 0xC20E8A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0E and 8A. RGB value is (194,14,138). Sum of RGB (Red+Green+Blue) = 194+14+138=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20E8A is #3DF175. Grayscale: #515151. Windows color (decimal): -4059510 or 9047746. OLE color: 9047746.

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

Color convert

RGB19414138-
CMYK00.930.290.24
HSL318.67º86.54%40.78%-
HSV(B)318.67º92.78%76.08%-
XYZ26.9913.6225.25-
YUV81.96159.63207.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 14 (5.86% from 255) = 4.05%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=56.07%
G=4.05%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941413800.930.290.24318.6786.5440.78
HexC2E8A05D1D1813f5729
Octal302162120135353047712751
Binary110000101110100010100101110111101110001001111111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E8A; }

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

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

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

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

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

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

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

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