#C7139C

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

Shades of Medium Violet Red #C7139C

Tints of Medium Violet Red #C7139C

Color information

#C7139C (or 0xC7139C) is unknown color: approx Medium Violet Red. HEX triplet: C7, 13 and 9C. RGB value is (199,19,156). Sum of RGB (Red+Green+Blue) = 199+19+156=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7139C is #38EC63. Grayscale: #585858. Windows color (decimal): -3730532 or 10228679. OLE color: 10228679.

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

Color convert

RGB19919156-
CMYK00.900.220.22
HSL314.33º82.57%42.75%-
HSV(B)314.33º90.45%78.04%-
XYZ29.7915.0132.78-
YUV88.44166.13206.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.21%
GREEN value IS 19 (7.81% from 255) = 5.08%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=53.21%
G=5.08%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991915600.900.220.22314.3382.5742.75
HexC7139C05A161613a532b
Octal307232340132262647212353
Binary1100011110011100111000101101010110101101001110101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7139C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7139C; }

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

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

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

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

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

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

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

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