#C41A7C

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

Shades of Medium Violet Red #C41A7C

Tints of Medium Violet Red #C41A7C

Color information

#C41A7C (or 0xC41A7C) is unknown color: approx Medium Violet Red. HEX triplet: C4, 1A and 7C. RGB value is (196,26,124). Sum of RGB (Red+Green+Blue) = 196+26+124=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A7C is #3BE583. Grayscale: #575757. Windows color (decimal): -3925380 or 8133316. OLE color: 8133316.

HSL color Cylindrical-coordinate representation of color #C41A7C: hue angle of 325.41º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A7C is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19626124-
CMYK00.870.370.23
HSL325.41º76.58%43.53%-
HSV(B)325.41º86.73%76.86%-
XYZ26.7713.9320.35-
YUV88148.32205.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.65%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=56.65%
G=7.51%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962612400.870.370.23325.4176.5843.53
HexC41A7C05725171454d2c
Octal304321740127452750511554
Binary1100010011010111110001010111100101101111010001011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41A7C; }

 p { color: rgb(196,26,124); }

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

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

 a { background-color: rgb(196,26,124); }

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

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

 span { border-color: rgb(196,26,124); }

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