#C11D7E

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

Shades of Medium Violet Red #C11D7E

Tints of Medium Violet Red #C11D7E

Color information

#C11D7E (or 0xC11D7E) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1D and 7E. RGB value is (193,29,126). Sum of RGB (Red+Green+Blue) = 193+29+126=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11D7E is #3EE281. Grayscale: #585858. Windows color (decimal): -4121218 or 8265153. OLE color: 8265153.

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

Color convert

RGB19329126-
CMYK00.850.350.24
HSL324.51º73.87%43.53%-
HSV(B)324.51º84.97%75.69%-
XYZ26.213.7221.01-
YUV89.09148.83202.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.46%
GREEN value IS 29 (11.72% from 255) = 8.33%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=55.46%
G=8.33%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932912600.850.350.24324.5173.8743.53
HexC11D7E05523181454a2c
Octal301351760125433050511254
Binary1100000111101111111001010101100011110001010001011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11D7E; }

 p { color: rgb(193,29,126); }

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

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

 a { background-color: rgb(193,29,126); }

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

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

 span { border-color: rgb(193,29,126); }

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