#C11383

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

Shades of Medium Violet Red #C11383

Tints of Medium Violet Red #C11383

Color information

#C11383 (or 0xC11383) is unknown color: approx Medium Violet Red. HEX triplet: C1, 13 and 83. RGB value is (193,19,131). Sum of RGB (Red+Green+Blue) = 193+19+131=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C11383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11383 is #3EEC7C. Grayscale: #535353. Windows color (decimal): -4123773 or 8590273. OLE color: 8590273.

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

Color convert

RGB19319131-
CMYK00.900.320.24
HSL321.38º82.08%41.57%-
HSV(B)321.38º90.16%75.69%-
XYZ26.3213.4422.68-
YUV83.79154.65205.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 19 (7.81% from 255) = 5.54%
BLUE value IS 131 (51.56% from 255) = 38.19%
R=56.27%
G=5.54%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931913100.900.320.24321.3882.0841.57
HexC1138305A2018141522a
Octal301232030132403050112252
Binary11000001100111000001101011010100000110001010000011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11383; }

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

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

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

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

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

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

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

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