#C11C79

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

Shades of Medium Violet Red #C11C79

Tints of Medium Violet Red #C11C79

Color information

#C11C79 (or 0xC11C79) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1C and 79. RGB value is (193,28,121). Sum of RGB (Red+Green+Blue) = 193+28+121=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11C79 is #3EE386. Grayscale: #575757. Windows color (decimal): -4121479 or 7937217. OLE color: 7937217.

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

Color convert

RGB19328121-
CMYK00.850.370.24
HSL326.18º74.66%43.33%-
HSV(B)326.18º85.49%75.69%-
XYZ25.8613.5519.34-
YUV87.94146.66202.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.43%
GREEN value IS 28 (11.33% from 255) = 8.19%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=56.43%
G=8.19%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932812100.850.370.24326.1874.6643.33
HexC11C7905525181464b2b
Octal301341710125453050611353
Binary1100000111100111100101010101100101110001010001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11C79; }

 p { color: rgb(193,28,121); }

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

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

 a { background-color: rgb(193,28,121); }

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

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

 span { border-color: rgb(193,28,121); }

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