#C11C78

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

Shades of Medium Violet Red #C11C78

Tints of Medium Violet Red #C11C78

Color information

#C11C78 (or 0xC11C78) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1C and 78. RGB value is (193,28,120). Sum of RGB (Red+Green+Blue) = 193+28+120=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11C78 is #3EE387. Grayscale: #575757. Windows color (decimal): -4121480 or 7871681. OLE color: 7871681.

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

Color convert

RGB19328120-
CMYK00.850.380.24
HSL326.55º74.66%43.33%-
HSV(B)326.55º85.49%75.69%-
XYZ25.813.5219.02-
YUV87.82146.16203.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.60%
GREEN value IS 28 (11.33% from 255) = 8.21%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=56.60%
G=8.21%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932812000.850.380.24326.5574.6643.33
HexC11C7805526181474b2b
Octal301341700125463050711353
Binary1100000111100111100001010101100110110001010001111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11C78; }

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

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

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

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

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

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

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

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