#C11C9E

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

Shades of Medium Violet Red #C11C9E

Tints of Medium Violet Red #C11C9E

Color information

#C11C9E (or 0xC11C9E) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1C and 9E. RGB value is (193,28,158). Sum of RGB (Red+Green+Blue) = 193+28+158=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11C9E is #3EE361. Grayscale: #5B5B5B. Windows color (decimal): -4121442 or 10362049. OLE color: 10362049.

HSL color Cylindrical-coordinate representation of color #C11C9E: hue angle of 312.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11C9E is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19328158-
CMYK00.850.180.24
HSL312.73º74.66%43.33%-
HSV(B)312.73º85.49%75.69%-
XYZ28.5814.6433.67-
YUV92.16165.16199.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 28 (11.33% from 255) = 7.39%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=50.92%
G=7.39%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932815800.850.180.24312.7374.6643.33
HexC11C9E05512181394b2b
Octal301342360125223047111353
Binary1100000111100100111100101010110010110001001110011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11C9E; }

 p { color: rgb(193,28,158); }

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

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

 a { background-color: rgb(193,28,158); }

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

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

 span { border-color: rgb(193,28,158); }

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