#C04993

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

Shades of Mulberry #C04993

Tints of Mulberry #C04993

Color information

#C04993 (or 0xC04993) is unknown color: approx Mulberry. HEX triplet: C0, 49 and 93. RGB value is (192,73,147). Sum of RGB (Red+Green+Blue) = 192+73+147=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C04993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04993 is #3FB66C. Grayscale: #747474. Windows color (decimal): -4175469 or 9652672. OLE color: 9652672.

HSL color Cylindrical-coordinate representation of color #C04993: hue angle of 322.69º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04993 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19273147-
CMYK00.620.230.25
HSL322.69º48.57%51.96%-
HSV(B)322.69º61.98%75.29%-
XYZ29.3918.0829.54-
YUV117.02144.92181.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=46.60%
G=17.72%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927314700.620.230.25322.6948.5751.96
HexC0499303E17191433134
Octal30011122307627315036164
Binary1100000010010011001001101111101011111001101000011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04993; }

 p { color: rgb(192,73,147); }

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

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

 a { background-color: rgb(192,73,147); }

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

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

 span { border-color: rgb(192,73,147); }

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