#C2117A

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

Shades of Medium Violet Red #C2117A

Tints of Medium Violet Red #C2117A

Color information

#C2117A (or 0xC2117A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 11 and 7A. RGB value is (194,17,122). Sum of RGB (Red+Green+Blue) = 194+17+122=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2117A is #3DEE85. Grayscale: #515151. Windows color (decimal): -4058758 or 7999938. OLE color: 7999938.

HSL color Cylindrical-coordinate representation of color #C2117A: hue angle of 324.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2117A is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19417122-
CMYK00.910.370.24
HSL324.41º83.89%41.37%-
HSV(B)324.41º91.24%76.08%-
XYZ25.9613.2819.61-
YUV81.89150.64207.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.26%
GREEN value IS 17 (7.03% from 255) = 5.11%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=58.26%
G=5.11%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941712200.910.370.24324.4183.8941.37
HexC2117A05B25181445429
Octal302211720133453050412451
Binary1100001010001111101001011011100101110001010001001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2117A; }

 p { color: rgb(194,17,122); }

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

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

 a { background-color: rgb(194,17,122); }

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

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

 span { border-color: rgb(194,17,122); }

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