#C0138E

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

Shades of Medium Violet Red #C0138E

Tints of Medium Violet Red #C0138E

Color information

#C0138E (or 0xC0138E) is unknown color: approx Medium Violet Red. HEX triplet: C0, 13 and 8E. RGB value is (192,19,142). Sum of RGB (Red+Green+Blue) = 192+19+142=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0138E is #3FEC71. Grayscale: #545454. Windows color (decimal): -4189298 or 9311168. OLE color: 9311168.

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

Color convert

RGB19219142-
CMYK00.900.260.25
HSL317.34º81.99%41.37%-
HSV(B)317.34º90.1%75.29%-
XYZ26.8513.6326.81-
YUV84.75160.31204.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 19 (7.81% from 255) = 5.38%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=54.39%
G=5.38%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921914200.900.260.25317.3481.9941.37
HexC0138E05A1A1913d5229
Octal300232160132323147512251
Binary1100000010011100011100101101011010110011001111011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0138E; }

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

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

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

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

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

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

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

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