#C04191

Color #C04191 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C04191

Tints of Mulberry #C04191

Color information

#C04191 (or 0xC04191) is unknown color: approx Mulberry. HEX triplet: C0, 41 and 91. RGB value is (192,65,145). Sum of RGB (Red+Green+Blue) = 192+65+145=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C04191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04191 is #3FBE6E. Grayscale: #6F6F6F. Windows color (decimal): -4177519 or 9519552. OLE color: 9519552.

HSL color Cylindrical-coordinate representation of color #C04191: hue angle of 322.2º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04191 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19265145-
CMYK00.660.240.25
HSL322.2º50.2%50.39%-
HSV(B)322.2º66.15%75.29%-
XYZ28.7417.0328.56-
YUV112.09146.58185-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 65 (25.78% from 255) = 16.17%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=47.76%
G=16.17%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926514500.660.240.25322.250.250.39
HexC0419104218191423232
Octal300101221010230315026262
Binary11000000100000110010001010000101100011001101000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04191; }

 p { color: rgb(192,65,145); }

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

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

 a { background-color: rgb(192,65,145); }

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

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

 span { border-color: rgb(192,65,145); }

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