#C11280

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

Shades of Medium Violet Red #C11280

Tints of Medium Violet Red #C11280

Color information

#C11280 (or 0xC11280) is unknown color: approx Medium Violet Red. HEX triplet: C1, 12 and 80. RGB value is (193,18,128). Sum of RGB (Red+Green+Blue) = 193+18+128=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C11280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11280 is #3EED7F. Grayscale: #525252. Windows color (decimal): -4124032 or 8393409. OLE color: 8393409.

HSL color Cylindrical-coordinate representation of color #C11280: hue angle of 322.29º degrees, saturation: 0.83, 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 #C11280 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19318128-
CMYK00.910.340.24
HSL322.29º82.94%41.37%-
HSV(B)322.29º90.67%75.69%-
XYZ26.113.3321.62-
YUV82.86153.48206.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 18 (7.42% from 255) = 5.31%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=56.93%
G=5.31%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931812800.910.340.24322.2982.9441.37
HexC1128005B22181425329
Octal301222000133423050212351
Binary11000001100101000000001011011100010110001010000101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11280; }

 p { color: rgb(193,18,128); }

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

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

 a { background-color: rgb(193,18,128); }

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

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

 span { border-color: rgb(193,18,128); }

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