#C113A9

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

Shades of Medium Violet Red #C113A9

Tints of Medium Violet Red #C113A9

Color information

#C113A9 (or 0xC113A9) is unknown color: approx Medium Violet Red. HEX triplet: C1, 13 and A9. RGB value is (193,19,169). Sum of RGB (Red+Green+Blue) = 193+19+169=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C113A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C113A9 is #3EEC56. Grayscale: #575757. Windows color (decimal): -4123735 or 11080641. OLE color: 11080641.

HSL color Cylindrical-coordinate representation of color #C113A9: hue angle of 308.28º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C113A9 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19319169-
CMYK00.900.120.24
HSL308.28º82.08%41.57%-
HSV(B)308.28º90.16%75.69%-
XYZ29.3914.6738.82-
YUV88.13173.65202.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 19 (7.81% from 255) = 4.99%
BLUE value IS 169 (66.41% from 255) = 44.36%
R=50.66%
G=4.99%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931916900.900.120.24308.2882.0841.57
HexC113A905AC18134522a
Octal301232510132143046412252
Binary110000011001110101001010110101100110001001101001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C113A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C113A9; }

 p { color: rgb(193,19,169); }

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

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

 a { background-color: rgb(193,19,169); }

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

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

 span { border-color: rgb(193,19,169); }

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