#C4149F

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

Shades of Medium Violet Red #C4149F

Tints of Medium Violet Red #C4149F

Color information

#C4149F (or 0xC4149F) is unknown color: approx Medium Violet Red. HEX triplet: C4, 14 and 9F. RGB value is (196,20,159). Sum of RGB (Red+Green+Blue) = 196+20+159=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4149F is #3BEB60. Grayscale: #585858. Windows color (decimal): -3926881 or 10425540. OLE color: 10425540.

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

Color convert

RGB19620159-
CMYK00.900.190.23
HSL312.61º81.48%42.35%-
HSV(B)312.61º89.8%76.86%-
XYZ29.2714.7434.1-
YUV88.47167.81204.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 20 (8.20% from 255) = 5.33%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=52.27%
G=5.33%
B=42.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962015900.900.190.23312.6181.4842.35
HexC4149F05A1317139512a
Octal304242370132232747112152
Binary1100010010100100111110101101010011101111001110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4149F; }

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

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

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

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

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

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

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

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