#c11596

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

Shades of Medium Violet Red #C11596

Tints of Medium Violet Red #C11596

Color information

#C11596 (or 0xC11596) is unknown color: approx Medium Violet Red. HEX triplet: C1, 15 and 96. RGB value is (193,21,150). Sum of RGB (Red+Green+Blue) = 193+21+150=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C11596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11596 is #3EEA69. Grayscale: #565656. Windows color (decimal): -4123242 or 9835969. OLE color: 9835969.

HSL color Cylindrical-coordinate representation of color #C11596: hue angle of 315º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11596 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB19321150-
CMYK00.890.220.24
HSL315º80.37%41.96%-
HSV(B)315º89.12%75.69%-
XYZ27.7714.0830.11-
YUV87.13163.48203.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 21 (8.59% from 255) = 5.77%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=53.02%
G=5.77%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932115000.890.220.2431580.3741.96
HexC11596059161813b502a
Octal301252260131263047312052
Binary1100000110101100101100101100110110110001001110111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11596; }

 p { color: rgb(193,21,150); }

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

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

 a { background-color: rgb(193,21,150); }

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

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

 span { border-color: rgb(193,21,150); }

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