#c41b96

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

Shades of Medium Violet Red #C41B96

Tints of Medium Violet Red #C41B96

Color information

#C41B96 (or 0xC41B96) is unknown color: approx Medium Violet Red. HEX triplet: C4, 1B and 96. RGB value is (196,27,150). Sum of RGB (Red+Green+Blue) = 196+27+150=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B96 is #3BE469. Grayscale: #5B5B5B. Windows color (decimal): -3925098 or 9837508. OLE color: 9837508.

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

Color convert

RGB19627150-
CMYK00.860.230.23
HSL316.33º75.78%43.73%-
HSV(B)316.33º86.22%76.86%-
XYZ28.6614.7230.19-
YUV91.55160.99202.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.55%
GREEN value IS 27 (10.94% from 255) = 7.24%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=52.55%
G=7.24%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962715000.860.230.23316.3375.7843.73
HexC41B96056171713c4c2c
Octal304332260126272747411454
Binary1100010011011100101100101011010111101111001111001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c41b96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c41b96; }

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

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

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

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

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

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

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

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