#C218A6

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

Shades of Medium Violet Red #C218A6

Tints of Medium Violet Red #C218A6

Color information

#C218A6 (or 0xC218A6) is unknown color: approx Medium Violet Red. HEX triplet: C2, 18 and A6. RGB value is (194,24,166). Sum of RGB (Red+Green+Blue) = 194+24+166=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C218A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C218A6 is #3DE759. Grayscale: #5A5A5A. Windows color (decimal): -4056922 or 10885314. OLE color: 10885314.

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

Color convert

RGB19424166-
CMYK00.880.140.24
HSL309.88º77.98%42.75%-
HSV(B)309.88º87.63%76.08%-
XYZ29.4614.8837.4-
YUV91.02170.32201.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.52%
GREEN value IS 24 (9.77% from 255) = 6.25%
BLUE value IS 166 (65.23% from 255) = 43.23%
R=50.52%
G=6.25%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942416600.880.140.24309.8877.9842.75
HexC218A6058E181364e2b
Octal302302460130163046611653
Binary110000101100010100110010110001110110001001101101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C218A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C218A6; }

 p { color: rgb(194,24,166); }

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

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

 a { background-color: rgb(194,24,166); }

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

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

 span { border-color: rgb(194,24,166); }

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