#C11A7A

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

Shades of Medium Violet Red #C11A7A

Tints of Medium Violet Red #C11A7A

Color information

#C11A7A (or 0xC11A7A) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1A and 7A. RGB value is (193,26,122). Sum of RGB (Red+Green+Blue) = 193+26+122=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11A7A is #3EE585. Grayscale: #565656. Windows color (decimal): -4121990 or 8002241. OLE color: 8002241.

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

Color convert

RGB19326122-
CMYK00.870.370.24
HSL325.51º76.26%42.94%-
HSV(B)325.51º86.53%75.69%-
XYZ25.8713.4819.65-
YUV86.88147.83203.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.60%
GREEN value IS 26 (10.55% from 255) = 7.62%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=56.60%
G=7.62%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932612200.870.370.24325.5176.2642.94
HexC11A7A05725181464c2b
Octal301321720127453050611453
Binary1100000111010111101001010111100101110001010001101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11A7A; }

 p { color: rgb(193,26,122); }

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

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

 a { background-color: rgb(193,26,122); }

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

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

 span { border-color: rgb(193,26,122); }

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