#c1199f

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

Shades of Medium Violet Red #C1199F

Tints of Medium Violet Red #C1199F

Color information

#C1199F (or 0xC1199F) is unknown color: approx Medium Violet Red. HEX triplet: C1, 19 and 9F. RGB value is (193,25,159). Sum of RGB (Red+Green+Blue) = 193+25+159=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C1199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1199F is #3EE660. Grayscale: #5A5A5A. Windows color (decimal): -4122209 or 10426817. OLE color: 10426817.

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

Color convert

RGB19325159-
CMYK00.870.180.24
HSL312.14º77.06%42.75%-
HSV(B)312.14º87.05%75.69%-
XYZ28.614.5434.1-
YUV90.51166.66201.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 25 (10.16% from 255) = 6.63%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=51.19%
G=6.63%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932515900.870.180.24312.1477.0642.75
HexC1199F05712181384d2b
Octal301312370127223047011553
Binary1100000111001100111110101011110010110001001110001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1199f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1199f; }

 p { color: rgb(193,25,159); }

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

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

 a { background-color: rgb(193,25,159); }

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

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

 span { border-color: rgb(193,25,159); }

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