#C21A80

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

Shades of Medium Violet Red #C21A80

Tints of Medium Violet Red #C21A80

Color information

#C21A80 (or 0xC21A80) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1A and 80. RGB value is (194,26,128). Sum of RGB (Red+Green+Blue) = 194+26+128=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21A80 is #3DE57F. Grayscale: #575757. Windows color (decimal): -4056448 or 8395458. OLE color: 8395458.

HSL color Cylindrical-coordinate representation of color #C21A80: hue angle of 323.57º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A80 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19426128-
CMYK00.870.340.24
HSL323.57º76.36%43.14%-
HSV(B)323.57º86.6%76.08%-
XYZ26.5113.7721.68-
YUV87.86150.66203.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 26 (10.55% from 255) = 7.47%
BLUE value IS 128 (50.39% from 255) = 36.78%
R=55.75%
G=7.47%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942612800.870.340.24323.5776.3643.14
HexC21A8005722181444c2b
Octal302322000127423050411453
Binary11000010110101000000001010111100010110001010001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21A80; }

 p { color: rgb(194,26,128); }

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

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

 a { background-color: rgb(194,26,128); }

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

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

 span { border-color: rgb(194,26,128); }

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