#c11b83

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

Shades of Medium Violet Red #C11B83

Tints of Medium Violet Red #C11B83

Color information

#C11B83 (or 0xC11B83) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1B and 83. RGB value is (193,27,131). Sum of RGB (Red+Green+Blue) = 193+27+131=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11B83 is #3EE47C. Grayscale: #585858. Windows color (decimal): -4121725 or 8592321. OLE color: 8592321.

HSL color Cylindrical-coordinate representation of color #C11B83: hue angle of 322.41º 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 #C11B83 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19327131-
CMYK00.860.320.24
HSL322.41º75.45%43.14%-
HSV(B)322.41º86.01%75.69%-
XYZ26.4813.7622.73-
YUV88.49152202.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.99%
GREEN value IS 27 (10.94% from 255) = 7.69%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=54.99%
G=7.69%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932713100.860.320.24322.4175.4543.14
HexC11B8305620181424b2b
Octal301332030126403050211353
Binary11000001110111000001101010110100000110001010000101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11b83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11b83; }

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

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

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

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

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

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

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

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