#C11495

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

Shades of Medium Violet Red #C11495

Tints of Medium Violet Red #C11495

Color information

#C11495 (or 0xC11495) is unknown color: approx Medium Violet Red. HEX triplet: C1, 14 and 95. RGB value is (193,20,149). Sum of RGB (Red+Green+Blue) = 193+20+149=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C11495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11495 is #3EEB6A. Grayscale: #565656. Windows color (decimal): -4123499 or 9770177. OLE color: 9770177.

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

Color convert

RGB19320149-
CMYK00.900.230.24
HSL315.26º81.22%41.76%-
HSV(B)315.26º89.64%75.69%-
XYZ27.6714.0129.68-
YUV86.43163.31204.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.31%
GREEN value IS 20 (8.20% from 255) = 5.52%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=53.31%
G=5.52%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932014900.900.230.24315.2681.2241.76
HexC1149505A171813b512a
Octal301242250132273047312152
Binary1100000110100100101010101101010111110001001110111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11495; }

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

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

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

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

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

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

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

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