#C345A1

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

Shades of Mulberry #C345A1

Tints of Mulberry #C345A1

Color information

#C345A1 (or 0xC345A1) is unknown color: approx Mulberry. HEX triplet: C3, 45 and A1. RGB value is (195,69,161). Sum of RGB (Red+Green+Blue) = 195+69+161=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C345A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C345A1 is #3CBA5E. Grayscale: #747474. Windows color (decimal): -3979871 or 10569155. OLE color: 10569155.

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

Color convert

RGB19569161-
CMYK00.650.170.24
HSL316.19º51.22%51.76%-
HSV(B)316.19º64.62%76.47%-
XYZ31.0718.4335.64-
YUV117.16152.74183.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=45.88%
G=16.24%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956916100.650.170.24316.1951.2251.76
HexC345A1041111813c3334
Octal303105241010121304746364
Binary11000011100010110100001010000011000111000100111100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345A1; }

 p { color: rgb(195,69,161); }

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

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

 a { background-color: rgb(195,69,161); }

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

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

 span { border-color: rgb(195,69,161); }

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