#C2166A

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

Shades of Medium Violet Red #C2166A

Tints of Medium Violet Red #C2166A

Color information

#C2166A (or 0xC2166A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 16 and 6A. RGB value is (194,22,106). Sum of RGB (Red+Green+Blue) = 194+22+106=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2166A is #3DE995. Grayscale: #525252. Windows color (decimal): -4057494 or 6952642. OLE color: 6952642.

HSL color Cylindrical-coordinate representation of color #C2166A: hue angle of 330.7º 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 #C2166A is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19422106-
CMYK00.890.450.24
HSL330.7º79.63%42.35%-
HSV(B)330.7º88.66%76.08%-
XYZ25.1413.0814.84-
YUV83140.98207.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.25%
GREEN value IS 22 (8.98% from 255) = 6.83%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=60.25%
G=6.83%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942210600.890.450.24330.779.6342.35
HexC2166A0592D1814b502a
Octal302261520131553051312052
Binary1100001010110110101001011001101101110001010010111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2166A; }

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

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

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

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

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

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

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

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