#c8519d

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

Shades of Mulberry #C8519D

Tints of Mulberry #C8519D

Color information

#C8519D (or 0xC8519D) is unknown color: approx Mulberry. HEX triplet: C8, 51 and 9D. RGB value is (200,81,157). Sum of RGB (Red+Green+Blue) = 200+81+157=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8519D is #37AE62. Grayscale: #7D7D7D. Windows color (decimal): -3649123 or 10310088. OLE color: 10310088.

HSL color Cylindrical-coordinate representation of color #C8519D: hue angle of 321.68º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8519D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB20081157-
CMYK00.590.220.22
HSL321.68º51.97%55.1%-
HSV(B)321.68º59.5%78.43%-
XYZ32.8520.634.14-
YUV125.24145.92181.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.66%
GREEN value IS 81 (32.03% from 255) = 18.49%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=45.66%
G=18.49%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008115700.590.220.22321.6851.9755.1
HexC8519D03B16161423437
Octal31012123507326265026467
Binary1100100010100011001110101110111011010110101000010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8519d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8519d; }

 p { color: rgb(200,81,157); }

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

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

 a { background-color: rgb(200,81,157); }

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

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

 span { border-color: rgb(200,81,157); }

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