#C11695

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

Shades of Medium Violet Red #C11695

Tints of Medium Violet Red #C11695

Color information

#C11695 (or 0xC11695) is unknown color: approx Medium Violet Red. HEX triplet: C1, 16 and 95. RGB value is (193,22,149). Sum of RGB (Red+Green+Blue) = 193+22+149=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C11695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11695 is #3EE96A. Grayscale: #575757. Windows color (decimal): -4122987 or 9770689. OLE color: 9770689.

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

Color convert

RGB19322149-
CMYK00.890.230.24
HSL315.44º79.53%42.16%-
HSV(B)315.44º88.6%75.69%-
XYZ27.714.0829.69-
YUV87.61162.65203.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 22 (8.98% from 255) = 6.04%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=53.02%
G=6.04%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932214900.890.230.24315.4479.5342.16
HexC11695059171813b502a
Octal301262250131273047312052
Binary1100000110110100101010101100110111110001001110111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11695; }

 p { color: rgb(193,22,149); }

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

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

 a { background-color: rgb(193,22,149); }

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

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

 span { border-color: rgb(193,22,149); }

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