#C8479E

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

Shades of Mulberry #C8479E

Tints of Mulberry #C8479E

Color information

#C8479E (or 0xC8479E) is unknown color: approx Mulberry. HEX triplet: C8, 47 and 9E. RGB value is (200,71,158). Sum of RGB (Red+Green+Blue) = 200+71+158=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8479E is #37B861. Grayscale: #777777. Windows color (decimal): -3651682 or 10373064. OLE color: 10373064.

HSL color Cylindrical-coordinate representation of color #C8479E: hue angle of 319.53º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8479E is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB20071158-
CMYK00.640.210.22
HSL319.53º53.97%53.14%-
HSV(B)319.53º64.5%78.43%-
XYZ32.2419.2534.36-
YUV119.49149.74185.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=46.62%
G=16.55%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007115800.640.210.22319.5353.9753.14
HexC8479E04015161403635
Octal310107236010025265006665
Binary11001000100011110011110010000001010110110101000000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8479E; }

 p { color: rgb(200,71,158); }

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

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

 a { background-color: rgb(200,71,158); }

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

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

 span { border-color: rgb(200,71,158); }

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