#C41B76

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

Shades of Medium Violet Red #C41B76

Tints of Medium Violet Red #C41B76

Color information

#C41B76 (or 0xC41B76) is unknown color: approx Medium Violet Red. HEX triplet: C4, 1B and 76. RGB value is (196,27,118). Sum of RGB (Red+Green+Blue) = 196+27+118=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B76 is #3BE489. Grayscale: #575757. Windows color (decimal): -3925130 or 7740356. OLE color: 7740356.

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

Color convert

RGB19627118-
CMYK00.860.400.23
HSL327.69º75.78%43.73%-
HSV(B)327.69º86.22%76.86%-
XYZ26.4313.8318.42-
YUV87.9144.99205.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.48%
GREEN value IS 27 (10.94% from 255) = 7.92%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=57.48%
G=7.92%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962711800.860.400.23327.6975.7843.73
HexC41B7605628171484c2c
Octal304331660126502751011454
Binary1100010011011111011001010110101000101111010010001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41B76; }

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

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

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

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

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

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

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

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