#c41b88

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

Shades of Medium Violet Red #C41B88

Tints of Medium Violet Red #C41B88

Color information

#C41B88 (or 0xC41B88) is unknown color: approx Medium Violet Red. HEX triplet: C4, 1B and 88. RGB value is (196,27,136). Sum of RGB (Red+Green+Blue) = 196+27+136=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B88 is #3BE477. Grayscale: #595959. Windows color (decimal): -3925112 or 8920004. OLE color: 8920004.

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

Color convert

RGB19627136-
CMYK00.860.310.23
HSL321.3º75.78%43.73%-
HSV(B)321.3º86.22%76.86%-
XYZ27.614.324.6-
YUV89.96153.99203.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.60%
GREEN value IS 27 (10.94% from 255) = 7.52%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=54.60%
G=7.52%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962713600.860.310.23321.375.7843.73
HexC41B880561F171414c2c
Octal304332100126372750111454
Binary1100010011011100010000101011011111101111010000011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c41b88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c41b88; }

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

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

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

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

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

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

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

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