#C7139D

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

Shades of Medium Violet Red #C7139D

Tints of Medium Violet Red #C7139D

Color information

#C7139D (or 0xC7139D) is unknown color: approx Medium Violet Red. HEX triplet: C7, 13 and 9D. RGB value is (199,19,157). Sum of RGB (Red+Green+Blue) = 199+19+157=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7139D is #38EC62. Grayscale: #585858. Windows color (decimal): -3730531 or 10294215. OLE color: 10294215.

HSL color Cylindrical-coordinate representation of color #C7139D: hue angle of 314º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7139D is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB19919157-
CMYK00.900.210.22
HSL314º82.57%42.75%-
HSV(B)314º90.45%78.04%-
XYZ29.8715.0433.23-
YUV88.55166.63206.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 19 (7.81% from 255) = 5.07%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=53.07%
G=5.07%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991915700.900.210.2231482.5742.75
HexC7139D05A151613a532b
Octal307232350132252647212353
Binary1100011110011100111010101101010101101101001110101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7139D; }

 p { color: rgb(199,19,157); }

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

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

 a { background-color: rgb(199,19,157); }

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

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

 span { border-color: rgb(199,19,157); }

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