#c219a9

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

Shades of Medium Violet Red #C219A9

Tints of Medium Violet Red #C219A9

Color information

#C219A9 (or 0xC219A9) is unknown color: approx Medium Violet Red. HEX triplet: C2, 19 and A9. RGB value is (194,25,169). Sum of RGB (Red+Green+Blue) = 194+25+169=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 169 (66.41% from 255 or 43.56% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C219A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C219A9 is #3DE656. Grayscale: #5B5B5B. Windows color (decimal): -4056663 or 11082178. OLE color: 11082178.

HSL color Cylindrical-coordinate representation of color #C219A9: hue angle of 308.88º degrees, saturation: 0.77, 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 #C219A9 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB19425169-
CMYK00.870.130.24
HSL308.88º77.17%42.94%-
HSV(B)308.88º87.11%76.08%-
XYZ29.7615.0338.87-
YUV91.95171.49200.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 6.44%
BLUE value IS 169 (66.41% from 255) = 43.56%
R=50%
G=6.44%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942516900.870.130.24308.8877.1742.94
HexC219A9057D181354d2b
Octal302312510127153046511553
Binary110000101100110101001010101111101110001001101011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c219a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c219a9; }

 p { color: rgb(194,25,169); }

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

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

 a { background-color: rgb(194,25,169); }

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

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

 span { border-color: rgb(194,25,169); }

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