#C3519D

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

Shades of Mulberry #C3519D

Tints of Mulberry #C3519D

Color information

#C3519D (or 0xC3519D) is unknown color: approx Mulberry. HEX triplet: C3, 51 and 9D. RGB value is (195,81,157). Sum of RGB (Red+Green+Blue) = 195+81+157=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3519D is #3CAE62. Grayscale: #7B7B7B. Windows color (decimal): -3976803 or 10310083. OLE color: 10310083.

HSL color Cylindrical-coordinate representation of color #C3519D: hue angle of 320º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3519D is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB19581157-
CMYK00.580.190.24
HSL320º48.72%54.12%-
HSV(B)320º58.46%76.47%-
XYZ31.5319.9234.08-
YUV123.75146.77178.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=45.03%
G=18.71%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958115700.580.190.2432048.7254.12
HexC3519D03A13181403136
Octal30312123507223305006166
Binary1100001110100011001110101110101001111000101000000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3519D; }

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

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

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

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

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

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

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

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