#C111A5

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

Shades of Medium Violet Red #C111A5

Tints of Medium Violet Red #C111A5

Color information

#C111A5 (or 0xC111A5) is unknown color: approx Medium Violet Red. HEX triplet: C1, 11 and A5. RGB value is (193,17,165). Sum of RGB (Red+Green+Blue) = 193+17+165=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C111A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C111A5 is #3EEE5A. Grayscale: #565656. Windows color (decimal): -4124251 or 10817985. OLE color: 10817985.

HSL color Cylindrical-coordinate representation of color #C111A5: hue angle of 309.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C111A5 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19317165-
CMYK00.910.150.24
HSL309.55º83.81%41.18%-
HSV(B)309.55º91.19%75.69%-
XYZ28.9814.4536.86-
YUV86.5172.31203.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.47%
GREEN value IS 17 (7.03% from 255) = 4.53%
BLUE value IS 165 (64.84% from 255) = 44%
R=51.47%
G=4.53%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931716500.910.150.24309.5583.8141.18
HexC111A505BF181365429
Octal301212450133173046612451
Binary110000011000110100101010110111111110001001101101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C111A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C111A5; }

 p { color: rgb(193,17,165); }

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

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

 a { background-color: rgb(193,17,165); }

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

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

 span { border-color: rgb(193,17,165); }

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