#C11382

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

Shades of Medium Violet Red #C11382

Tints of Medium Violet Red #C11382

Color information

#C11382 (or 0xC11382) is unknown color: approx Medium Violet Red. HEX triplet: C1, 13 and 82. RGB value is (193,19,130). Sum of RGB (Red+Green+Blue) = 193+19+130=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C11382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11382 is #3EEC7D. Grayscale: #535353. Windows color (decimal): -4123774 or 8524737. OLE color: 8524737.

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

Color convert

RGB19319130-
CMYK00.900.330.24
HSL321.72º82.08%41.57%-
HSV(B)321.72º90.16%75.69%-
XYZ26.2513.4122.32-
YUV83.68154.15205.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.43%
GREEN value IS 19 (7.81% from 255) = 5.56%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=56.43%
G=5.56%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931913000.900.330.24321.7282.0841.57
HexC1138205A2118142522a
Octal301232020132413050212252
Binary11000001100111000001001011010100001110001010000101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11382; }

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

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

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

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

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

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

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

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