#C0139C

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

Shades of Medium Violet Red #C0139C

Tints of Medium Violet Red #C0139C

Color information

#C0139C (or 0xC0139C) is unknown color: approx Medium Violet Red. HEX triplet: C0, 13 and 9C. RGB value is (192,19,156). Sum of RGB (Red+Green+Blue) = 192+19+156=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0139C is #3FEC63. Grayscale: #555555. Windows color (decimal): -4189284 or 10228672. OLE color: 10228672.

HSL color Cylindrical-coordinate representation of color #C0139C: hue angle of 312.49º 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 #C0139C is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19219156-
CMYK00.900.190.25
HSL312.49º81.99%41.37%-
HSV(B)312.49º90.1%75.29%-
XYZ27.9714.0732.69-
YUV86.34167.31203.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 19 (7.81% from 255) = 5.18%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=52.32%
G=5.18%
B=42.51%

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
Decimal1921915600.900.190.25312.4981.9941.37
HexC0139C05A13191385229
Octal300232340132233147012251
Binary1100000010011100111000101101010011110011001110001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0139C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0139C; }

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

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

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

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

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

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

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

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