#C11B94

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

Shades of Medium Violet Red #C11B94

Tints of Medium Violet Red #C11B94

Color information

#C11B94 (or 0xC11B94) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1B and 94. RGB value is (193,27,148). Sum of RGB (Red+Green+Blue) = 193+27+148=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11B94 is #3EE46B. Grayscale: #5A5A5A. Windows color (decimal): -4121708 or 9706433. OLE color: 9706433.

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

Color convert

RGB19327148-
CMYK00.860.230.24
HSL316.27º75.45%43.14%-
HSV(B)316.27º86.01%75.69%-
XYZ27.7314.2629.31-
YUV90.43160.5201.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.45%
GREEN value IS 27 (10.94% from 255) = 7.34%
BLUE value IS 148 (58.20% from 255) = 40.22%
R=52.45%
G=7.34%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932714800.860.230.24316.2775.4543.14
HexC11B94056171813c4b2b
Octal301332240126273047411353
Binary1100000111011100101000101011010111110001001111001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11B94; }

 p { color: rgb(193,27,148); }

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

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

 a { background-color: rgb(193,27,148); }

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

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

 span { border-color: rgb(193,27,148); }

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