#C41F91

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

Shades of Medium Violet Red #C41F91

Tints of Medium Violet Red #C41F91

Color information

#C41F91 (or 0xC41F91) is unknown color: approx Medium Violet Red. HEX triplet: C4, 1F and 91. RGB value is (196,31,145). Sum of RGB (Red+Green+Blue) = 196+31+145=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41F91 is #3BE06E. Grayscale: #5D5D5D. Windows color (decimal): -3924079 or 9510852. OLE color: 9510852.

HSL color Cylindrical-coordinate representation of color #C41F91: hue angle of 318.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41F91 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB19631145-
CMYK00.840.260.23
HSL318.55º72.69%44.51%-
HSV(B)318.55º84.18%76.86%-
XYZ28.3714.7628.14-
YUV93.33157.16201.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.69%
GREEN value IS 31 (12.5% from 255) = 8.33%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=52.69%
G=8.33%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963114500.840.260.23318.5572.6944.51
HexC41F910541A1713f492d
Octal304372210124322747711155
Binary1100010011111100100010101010011010101111001111111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41F91; }

 p { color: rgb(196,31,145); }

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

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

 a { background-color: rgb(196,31,145); }

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

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

 span { border-color: rgb(196,31,145); }

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