#C41376

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

Shades of Medium Violet Red #C41376

Tints of Medium Violet Red #C41376

Color information

#C41376 (or 0xC41376) is unknown color: approx Medium Violet Red. HEX triplet: C4, 13 and 76. RGB value is (196,19,118). Sum of RGB (Red+Green+Blue) = 196+19+118=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C41376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41376 is #3BEC89. Grayscale: #525252. Windows color (decimal): -3927178 or 7738308. OLE color: 7738308.

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

Color convert

RGB19619118-
CMYK00.900.400.23
HSL326.44º82.33%42.16%-
HSV(B)326.44º90.31%76.86%-
XYZ26.2713.5118.36-
YUV83.21147.64208.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.86%
GREEN value IS 19 (7.81% from 255) = 5.71%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=58.86%
G=5.71%
B=35.44%

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
Decimal1961911800.900.400.23326.4482.3342.16
HexC4137605A2817146522a
Octal304231660132502750612252
Binary1100010010011111011001011010101000101111010001101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41376; }

 p { color: rgb(196,19,118); }

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

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

 a { background-color: rgb(196,19,118); }

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

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

 span { border-color: rgb(196,19,118); }

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