#C2167C

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

Shades of Medium Violet Red #C2167C

Tints of Medium Violet Red #C2167C

Color information

#C2167C (or 0xC2167C) is unknown color: approx Medium Violet Red. HEX triplet: C2, 16 and 7C. RGB value is (194,22,124). Sum of RGB (Red+Green+Blue) = 194+22+124=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2167C is #3DE983. Grayscale: #545454. Windows color (decimal): -4057476 or 8132290. OLE color: 8132290.

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

Color convert

RGB19422124-
CMYK00.890.360.24
HSL324.42º79.63%42.35%-
HSV(B)324.42º88.66%76.08%-
XYZ26.1713.520.29-
YUV85.06149.98205.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 22 (8.98% from 255) = 6.47%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=57.06%
G=6.47%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942212400.890.360.24324.4279.6342.35
HexC2167C0592418144502a
Octal302261740131443050412052
Binary1100001010110111110001011001100100110001010001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2167C; }

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

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

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

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

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

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

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

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