#C8139A

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

Shades of Medium Violet Red #C8139A

Tints of Medium Violet Red #C8139A

Color information

#C8139A (or 0xC8139A) is unknown color: approx Medium Violet Red. HEX triplet: C8, 13 and 9A. RGB value is (200,19,154). Sum of RGB (Red+Green+Blue) = 200+19+154=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8139A is #37EC65. Grayscale: #585858. Windows color (decimal): -3664998 or 10097608. OLE color: 10097608.

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

Color convert

RGB20019154-
CMYK00.900.230.22
HSL315.25º82.65%42.94%-
HSV(B)315.25º90.5%78.43%-
XYZ29.8915.0831.91-
YUV88.51164.97207.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.62%
GREEN value IS 19 (7.81% from 255) = 5.09%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=53.62%
G=5.09%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001915400.900.230.22315.2582.6542.94
HexC8139A05A171613b532b
Octal310232320132272647312353
Binary1100100010011100110100101101010111101101001110111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8139A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8139A; }

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

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

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

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

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

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

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

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