#C11E9A

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

Shades of Medium Violet Red #C11E9A

Tints of Medium Violet Red #C11E9A

Color information

#C11E9A (or 0xC11E9A) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1E and 9A. RGB value is (193,30,154). Sum of RGB (Red+Green+Blue) = 193+30+154=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11E9A is #3EE165. Grayscale: #5C5C5C. Windows color (decimal): -4120934 or 10100417. OLE color: 10100417.

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

Color convert

RGB19330154-
CMYK00.840.200.24
HSL314.36º73.09%43.73%-
HSV(B)314.36º84.46%75.69%-
XYZ28.2914.631.9-
YUV92.87162.5199.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 30 (12.11% from 255) = 7.96%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=51.19%
G=7.96%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933015400.840.200.24314.3673.0943.73
HexC11E9A054141813a492c
Octal301362320124243047211154
Binary1100000111110100110100101010010100110001001110101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11E9A; }

 p { color: rgb(193,30,154); }

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

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

 a { background-color: rgb(193,30,154); }

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

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

 span { border-color: rgb(193,30,154); }

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