#C0479C

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

Shades of Mulberry #C0479C

Tints of Mulberry #C0479C

Color information

#C0479C (or 0xC0479C) is unknown color: approx Mulberry. HEX triplet: C0, 47 and 9C. RGB value is (192,71,156). Sum of RGB (Red+Green+Blue) = 192+71+156=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0479C is #3FB863. Grayscale: #747474. Windows color (decimal): -4175972 or 10241984. OLE color: 10241984.

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

Color convert

RGB19271156-
CMYK00.630.190.25
HSL317.85º48.99%51.57%-
HSV(B)317.85º63.02%75.29%-
XYZ29.9918.1133.37-
YUV116.87150.09181.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 71 (28.12% from 255) = 16.95%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=45.82%
G=16.95%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927115600.630.190.25317.8548.9951.57
HexC0479C03F131913e3134
Octal30010723407723314766164
Binary1100000010001111001110001111111001111001100111110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0479C; }

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

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

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

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

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

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

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

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