#C0158E

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

Shades of Medium Violet Red #C0158E

Tints of Medium Violet Red #C0158E

Color information

#C0158E (or 0xC0158E) is unknown color: approx Medium Violet Red. HEX triplet: C0, 15 and 8E. RGB value is (192,21,142). Sum of RGB (Red+Green+Blue) = 192+21+142=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0158E is #3FEA71. Grayscale: #555555. Windows color (decimal): -4188786 or 9311680. OLE color: 9311680.

HSL color Cylindrical-coordinate representation of color #C0158E: hue angle of 317.54º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0158E is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19221142-
CMYK00.890.260.25
HSL317.54º80.28%41.76%-
HSV(B)317.54º89.06%75.29%-
XYZ26.8913.726.82-
YUV85.92159.65203.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 21 (8.59% from 255) = 5.92%
BLUE value IS 142 (55.86% from 255) = 40%
R=54.08%
G=5.92%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922114200.890.260.25317.5480.2841.76
HexC0158E0591A1913e502a
Octal300252160131323147612052
Binary1100000010101100011100101100111010110011001111101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0158E; }

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

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

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

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

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

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

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

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