#C04593

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

Shades of Mulberry #C04593

Tints of Mulberry #C04593

Color information

#C04593 (or 0xC04593) is unknown color: approx Mulberry. HEX triplet: C0, 45 and 93. RGB value is (192,69,147). Sum of RGB (Red+Green+Blue) = 192+69+147=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C04593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04593 is #3FBA6C. Grayscale: #727272. Windows color (decimal): -4176493 or 9651648. OLE color: 9651648.

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

Color convert

RGB19269147-
CMYK00.640.230.25
HSL321.95º49.4%51.18%-
HSV(B)321.95º64.06%75.29%-
XYZ29.1317.5729.46-
YUV114.67146.25183.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 69 (27.34% from 255) = 16.91%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=47.06%
G=16.91%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926914700.640.230.25321.9549.451.18
HexC0459304017191423133
Octal300105223010027315026163
Binary11000000100010110010011010000001011111001101000010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04593; }

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

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

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

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

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

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

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

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