#C2167E

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

Shades of Medium Violet Red #C2167E

Tints of Medium Violet Red #C2167E

Color information

#C2167E (or 0xC2167E) is unknown color: approx Medium Violet Red. HEX triplet: C2, 16 and 7E. RGB value is (194,22,126). Sum of RGB (Red+Green+Blue) = 194+22+126=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2167E is #3DE981. Grayscale: #555555. Windows color (decimal): -4057474 or 8263362. OLE color: 8263362.

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

Color convert

RGB19422126-
CMYK00.890.350.24
HSL323.72º79.63%42.35%-
HSV(B)323.72º88.66%76.08%-
XYZ26.313.5520.97-
YUV85.28150.98205.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.73%
GREEN value IS 22 (8.98% from 255) = 6.43%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=56.73%
G=6.43%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942212600.890.350.24323.7279.6342.35
HexC2167E0592318144502a
Octal302261760131433050412052
Binary1100001010110111111001011001100011110001010001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2167E; }

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

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

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

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

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

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

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

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