#C4149C

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

Shades of Medium Violet Red #C4149C

Tints of Medium Violet Red #C4149C

Color information

#C4149C (or 0xC4149C) is unknown color: approx Medium Violet Red. HEX triplet: C4, 14 and 9C. RGB value is (196,20,156). Sum of RGB (Red+Green+Blue) = 196+20+156=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4149C is #3BEB63. Grayscale: #575757. Windows color (decimal): -3926884 or 10228932. OLE color: 10228932.

HSL color Cylindrical-coordinate representation of color #C4149C: hue angle of 313.64º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4149C is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB19620156-
CMYK00.900.200.23
HSL313.64º81.48%42.35%-
HSV(B)313.64º89.8%76.86%-
XYZ29.0214.6432.75-
YUV88.13166.31204.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.69%
GREEN value IS 20 (8.20% from 255) = 5.38%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=52.69%
G=5.38%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962015600.900.200.23313.6481.4842.35
HexC4149C05A141713a512a
Octal304242340132242747212152
Binary1100010010100100111000101101010100101111001110101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4149C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4149C; }

 p { color: rgb(196,20,156); }

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

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

 a { background-color: rgb(196,20,156); }

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

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

 span { border-color: rgb(196,20,156); }

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