#C0539C

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

Shades of Mulberry #C0539C

Tints of Mulberry #C0539C

Color information

#C0539C (or 0xC0539C) is unknown color: approx Mulberry. HEX triplet: C0, 53 and 9C. RGB value is (192,83,156). Sum of RGB (Red+Green+Blue) = 192+83+156=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0539C is #3FAC63. Grayscale: #7B7B7B. Windows color (decimal): -4172900 or 10245056. OLE color: 10245056.

HSL color Cylindrical-coordinate representation of color #C0539C: hue angle of 319.82º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0539C is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19283156-
CMYK00.570.190.25
HSL319.82º46.38%53.92%-
HSV(B)319.82º56.77%75.29%-
XYZ30.8319.7933.65-
YUV123.91146.11176.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 83 (32.81% from 255) = 19.26%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=44.55%
G=19.26%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928315600.570.190.25319.8246.3853.92
HexC0539C03913191402e36
Octal30012323407123315005666
Binary1100000010100111001110001110011001111001101000000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0539C; }

 p { color: rgb(192,83,156); }

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

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

 a { background-color: rgb(192,83,156); }

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

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

 span { border-color: rgb(192,83,156); }

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