#C3479E

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

Shades of Mulberry #C3479E

Tints of Mulberry #C3479E

Color information

#C3479E (or 0xC3479E) is unknown color: approx Mulberry. HEX triplet: C3, 47 and 9E. RGB value is (195,71,158). Sum of RGB (Red+Green+Blue) = 195+71+158=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3479E is #3CB861. Grayscale: #757575. Windows color (decimal): -3979362 or 10373059. OLE color: 10373059.

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

Color convert

RGB19571158-
CMYK00.640.190.24
HSL317.9º50.82%52.16%-
HSV(B)317.9º63.59%76.47%-
XYZ30.9318.5834.3-
YUV117.99150.58182.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 71 (28.12% from 255) = 16.75%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=45.99%
G=16.75%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957115800.640.190.24317.950.8252.16
HexC3479E040131813e3334
Octal303107236010023304766364
Binary11000011100011110011110010000001001111000100111110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3479E; }

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

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

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

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

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

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

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

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