#c11f7c

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

Shades of Medium Violet Red #C11F7C

Tints of Medium Violet Red #C11F7C

Color information

#C11F7C (or 0xC11F7C) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1F and 7C. RGB value is (193,31,124). Sum of RGB (Red+Green+Blue) = 193+31+124=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11F7C is #3EE083. Grayscale: #595959. Windows color (decimal): -4120708 or 8134593. OLE color: 8134593.

HSL color Cylindrical-coordinate representation of color #C11F7C: hue angle of 325.56º degrees, saturation: 0.72, 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 #C11F7C is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB19331124-
CMYK00.840.360.24
HSL325.56º72.32%43.92%-
HSV(B)325.56º83.94%75.69%-
XYZ26.1213.7720.35-
YUV90.04147.17201.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.46%
GREEN value IS 31 (12.5% from 255) = 8.91%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=55.46%
G=8.91%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933112400.840.360.24325.5672.3243.92
HexC11F7C0542418146482c
Octal301371740124443050611054
Binary1100000111111111110001010100100100110001010001101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11f7c; }

 p { color: rgb(193,31,124); }

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

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

 a { background-color: rgb(193,31,124); }

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

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

 span { border-color: rgb(193,31,124); }

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