#C41475

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

Shades of Medium Violet Red #C41475

Tints of Medium Violet Red #C41475

Color information

#C41475 (or 0xC41475) is unknown color: approx Medium Violet Red. HEX triplet: C4, 14 and 75. RGB value is (196,20,117). Sum of RGB (Red+Green+Blue) = 196+20+117=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C41475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41475 is #3BEB8A. Grayscale: #535353. Windows color (decimal): -3926923 or 7673028. OLE color: 7673028.

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

Color convert

RGB19620117-
CMYK00.900.400.23
HSL326.93º81.48%42.35%-
HSV(B)326.93º89.8%76.86%-
XYZ26.2313.5218.06-
YUV83.68146.81208.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.86%
GREEN value IS 20 (8.20% from 255) = 6.01%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=58.86%
G=6.01%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962011700.900.400.23326.9381.4842.35
HexC4147505A2817147512a
Octal304241650132502750712152
Binary1100010010100111010101011010101000101111010001111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41475; }

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

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

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

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

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

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

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

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