#C0139A

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

Shades of Medium Violet Red #C0139A

Tints of Medium Violet Red #C0139A

Color information

#C0139A (or 0xC0139A) is unknown color: approx Medium Violet Red. HEX triplet: C0, 13 and 9A. RGB value is (192,19,154). Sum of RGB (Red+Green+Blue) = 192+19+154=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0139A is #3FEC65. Grayscale: #555555. Windows color (decimal): -4189286 or 10097600. OLE color: 10097600.

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

Color convert

RGB19219154-
CMYK00.900.200.25
HSL313.18º81.99%41.37%-
HSV(B)313.18º90.1%75.29%-
XYZ27.814.0131.81-
YUV86.12166.31203.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.60%
GREEN value IS 19 (7.81% from 255) = 5.21%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=52.60%
G=5.21%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921915400.900.200.25313.1881.9941.37
HexC0139A05A14191395229
Octal300232320132243147112251
Binary1100000010011100110100101101010100110011001110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0139A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0139A; }

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

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

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

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

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

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

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

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