#C41FA7

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

Shades of Medium Violet Red #C41FA7

Tints of Medium Violet Red #C41FA7

Color information

#C41FA7 (or 0xC41FA7) is unknown color: approx Medium Violet Red. HEX triplet: C4, 1F and A7. RGB value is (196,31,167). Sum of RGB (Red+Green+Blue) = 196+31+167=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FA7 is #3BE058. Grayscale: #5F5F5F. Windows color (decimal): -3924057 or 10952644. OLE color: 10952644.

HSL color Cylindrical-coordinate representation of color #C41FA7: hue angle of 310.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 #C41FA7 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB19631167-
CMYK00.840.150.23
HSL310.55º72.69%44.51%-
HSV(B)310.55º84.18%76.86%-
XYZ30.2315.5137.96-
YUV95.84168.16199.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 31 (12.5% from 255) = 7.87%
BLUE value IS 167 (65.62% from 255) = 42.39%
R=49.75%
G=7.87%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963116700.840.150.23310.5572.6944.51
HexC41FA7054F17137492d
Octal304372470124172746711155
Binary110001001111110100111010101001111101111001101111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41FA7; }

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

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

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

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

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

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

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

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