#C45D9D

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

Shades of Mulberry #C45D9D

Tints of Mulberry #C45D9D

Color information

#C45D9D (or 0xC45D9D) is unknown color: approx Mulberry. HEX triplet: C4, 5D and 9D. RGB value is (196,93,157). Sum of RGB (Red+Green+Blue) = 196+93+157=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45D9D is #3BA262. Grayscale: #828282. Windows color (decimal): -3908195 or 10313156. OLE color: 10313156.

HSL color Cylindrical-coordinate representation of color #C45D9D: hue angle of 322.72º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45D9D is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB19693157-
CMYK00.530.200.23
HSL322.72º46.61%56.67%-
HSV(B)322.72º52.55%76.86%-
XYZ32.772234.42-
YUV131.09142.62174.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.95%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=43.95%
G=20.85%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969315700.530.200.23322.7246.6156.67
HexC45D9D03514171432f39
Octal30413523506524275035771
Binary1100010010111011001110101101011010010111101000011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45D9D; }

 p { color: rgb(196,93,157); }

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

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

 a { background-color: rgb(196,93,157); }

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

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

 span { border-color: rgb(196,93,157); }

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