#C20A88

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

Shades of Medium Violet Red #C20A88

Tints of Medium Violet Red #C20A88

Color information

#C20A88 (or 0xC20A88) is unknown color: approx Medium Violet Red. HEX triplet: C2, 0A and 88. RGB value is (194,10,136). Sum of RGB (Red+Green+Blue) = 194+10+136=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20A88 is #3DF577. Grayscale: #4F4F4F. Windows color (decimal): -4060536 or 8915650. OLE color: 8915650.

HSL color Cylindrical-coordinate representation of color #C20A88: hue angle of 318.91º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20A88 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19410136-
CMYK00.950.300.24
HSL318.91º90.2%40%-
HSV(B)318.91º94.85%76.08%-
XYZ26.813.4624.48-
YUV79.38159.96209.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 10 (4.30% from 255) = 2.94%
BLUE value IS 136 (53.52% from 255) = 40%
R=57.06%
G=2.94%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941013600.950.300.24318.9190.240
HexC2A8805F1E1813f5a28
Octal302122100137363047713250
Binary110000101010100010000101111111110110001001111111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20A88; }

 p { color: rgb(194,10,136); }

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

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

 a { background-color: rgb(194,10,136); }

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

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

 span { border-color: rgb(194,10,136); }

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