#C11B7A

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

Shades of Medium Violet Red #C11B7A

Tints of Medium Violet Red #C11B7A

Color information

#C11B7A (or 0xC11B7A) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1B and 7A. RGB value is (193,27,122). Sum of RGB (Red+Green+Blue) = 193+27+122=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11B7A is #3EE485. Grayscale: #575757. Windows color (decimal): -4121734 or 8002497. OLE color: 8002497.

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

Color convert

RGB19327122-
CMYK00.860.370.24
HSL325.66º75.45%43.14%-
HSV(B)325.66º86.01%75.69%-
XYZ25.913.5319.66-
YUV87.46147.5203.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.43%
GREEN value IS 27 (10.94% from 255) = 7.89%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=56.43%
G=7.89%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932712200.860.370.24325.6675.4543.14
HexC11B7A05625181464b2b
Octal301331720126453050611353
Binary1100000111011111101001010110100101110001010001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11B7A; }

 p { color: rgb(193,27,122); }

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

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

 a { background-color: rgb(193,27,122); }

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

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

 span { border-color: rgb(193,27,122); }

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