#C1198C

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

Shades of Medium Violet Red #C1198C

Tints of Medium Violet Red #C1198C

Color information

#C1198C (or 0xC1198C) is unknown color: approx Medium Violet Red. HEX triplet: C1, 19 and 8C. RGB value is (193,25,140). Sum of RGB (Red+Green+Blue) = 193+25+140=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1198C is #3EE673. Grayscale: #585858. Windows color (decimal): -4122228 or 9181633. OLE color: 9181633.

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

Color convert

RGB19325140-
CMYK00.870.270.24
HSL318.93º77.06%42.75%-
HSV(B)318.93º87.05%75.69%-
XYZ27.0713.9326.07-
YUV88.34157.16202.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.91%
GREEN value IS 25 (10.16% from 255) = 6.98%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=53.91%
G=6.98%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932514000.870.270.24318.9377.0642.75
HexC1198C0571B1813f4d2b
Octal301312140127333047711553
Binary1100000111001100011000101011111011110001001111111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1198C; }

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

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

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

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

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

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

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

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