#C0139B

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

Shades of Medium Violet Red #C0139B

Tints of Medium Violet Red #C0139B

Color information

#C0139B (or 0xC0139B) is unknown color: approx Medium Violet Red. HEX triplet: C0, 13 and 9B. RGB value is (192,19,155). Sum of RGB (Red+Green+Blue) = 192+19+155=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0139B is #3FEC64. Grayscale: #555555. Windows color (decimal): -4189285 or 10163136. OLE color: 10163136.

HSL color Cylindrical-coordinate representation of color #C0139B: hue angle of 312.83º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0139B is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19219155-
CMYK00.900.190.25
HSL312.83º81.99%41.37%-
HSV(B)312.83º90.1%75.29%-
XYZ27.8914.0432.25-
YUV86.23166.81203.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.46%
GREEN value IS 19 (7.81% from 255) = 5.19%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=52.46%
G=5.19%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921915500.900.190.25312.8381.9941.37
HexC0139B05A13191395229
Octal300232330132233147112251
Binary1100000010011100110110101101010011110011001110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0139B; }

 p { color: rgb(192,19,155); }

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

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

 a { background-color: rgb(192,19,155); }

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

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

 span { border-color: rgb(192,19,155); }

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