#C216A4

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

Shades of Medium Violet Red #C216A4

Tints of Medium Violet Red #C216A4

Color information

#C216A4 (or 0xC216A4) is unknown color: approx Medium Violet Red. HEX triplet: C2, 16 and A4. RGB value is (194,22,164). Sum of RGB (Red+Green+Blue) = 194+22+164=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C216A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C216A4 is #3DE95B. Grayscale: #595959. Windows color (decimal): -4057436 or 10753730. OLE color: 10753730.

HSL color Cylindrical-coordinate representation of color #C216A4: hue angle of 310.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C216A4 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19422164-
CMYK00.890.150.24
HSL310.47º79.63%42.35%-
HSV(B)310.47º88.66%76.08%-
XYZ29.2414.7236.42-
YUV89.62169.98202.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 22 (8.98% from 255) = 5.79%
BLUE value IS 164 (64.45% from 255) = 43.16%
R=51.05%
G=5.79%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942216400.890.150.24310.4779.6342.35
HexC216A4059F18136502a
Octal302262440131173046612052
Binary110000101011010100100010110011111110001001101101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C216A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C216A4; }

 p { color: rgb(194,22,164); }

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

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

 a { background-color: rgb(194,22,164); }

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

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

 span { border-color: rgb(194,22,164); }

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