#C3499F

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

Shades of Mulberry #C3499F

Tints of Mulberry #C3499F

Color information

#C3499F (or 0xC3499F) is unknown color: approx Mulberry. HEX triplet: C3, 49 and 9F. RGB value is (195,73,159). Sum of RGB (Red+Green+Blue) = 195+73+159=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3499F is #3CB660. Grayscale: #777777. Windows color (decimal): -3978849 or 10439107. OLE color: 10439107.

HSL color Cylindrical-coordinate representation of color #C3499F: hue angle of 317.7º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3499F is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19573159-
CMYK00.630.180.24
HSL317.7º50.41%52.55%-
HSV(B)317.7º62.56%76.47%-
XYZ31.1518.8734.8-
YUV119.28150.42182.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=45.67%
G=17.10%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957315900.630.180.24317.750.4152.55
HexC3499F03F121813e3235
Octal30311123707722304766265
Binary1100001110010011001111101111111001011000100111110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3499F; }

 p { color: rgb(195,73,159); }

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

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

 a { background-color: rgb(195,73,159); }

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

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

 span { border-color: rgb(195,73,159); }

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