#C2166E

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

Shades of Medium Violet Red #C2166E

Tints of Medium Violet Red #C2166E

Color information

#C2166E (or 0xC2166E) is unknown color: approx Medium Violet Red. HEX triplet: C2, 16 and 6E. RGB value is (194,22,110). Sum of RGB (Red+Green+Blue) = 194+22+110=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2166E is #3DE991. Grayscale: #535353. Windows color (decimal): -4057490 or 7214786. OLE color: 7214786.

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

Color convert

RGB19422110-
CMYK00.890.430.24
HSL329.3º79.63%42.35%-
HSV(B)329.3º88.66%76.08%-
XYZ25.3513.1715.96-
YUV83.46142.98206.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.51%
GREEN value IS 22 (8.98% from 255) = 6.75%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=59.51%
G=6.75%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942211000.890.430.24329.379.6342.35
HexC2166E0592B18149502a
Octal302261560131533051112052
Binary1100001010110110111001011001101011110001010010011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2166E; }

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

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

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

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

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

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

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

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