#C04099

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

Shades of Mulberry #C04099

Tints of Mulberry #C04099

Color information

#C04099 (or 0xC04099) is unknown color: approx Mulberry. HEX triplet: C0, 40 and 99. RGB value is (192,64,153). Sum of RGB (Red+Green+Blue) = 192+64+153=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04099 is #3FBF66. Grayscale: #707070. Windows color (decimal): -4177767 or 10043584. OLE color: 10043584.

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

Color convert

RGB19264153-
CMYK00.670.200.25
HSL318.28º50.39%50.2%-
HSV(B)318.28º66.67%75.29%-
XYZ29.3217.1731.91-
YUV112.42150.91184.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=46.94%
G=15.65%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926415300.670.200.25318.2850.3950.2
HexC04099043141913e3232
Octal300100231010324314766262
Binary11000000100000010011001010000111010011001100111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04099; }

 p { color: rgb(192,64,153); }

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

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

 a { background-color: rgb(192,64,153); }

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

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

 span { border-color: rgb(192,64,153); }

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