#C45A8D

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

Shades of Mulberry #C45A8D

Tints of Mulberry #C45A8D

Color information

#C45A8D (or 0xC45A8D) is unknown color: approx Mulberry. HEX triplet: C4, 5A and 8D. RGB value is (196,90,141). Sum of RGB (Red+Green+Blue) = 196+90+141=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45A8D is #3BA572. Grayscale: #7F7F7F. Windows color (decimal): -3908979 or 9263812. OLE color: 9263812.

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

Color convert

RGB19690141-
CMYK00.540.280.23
HSL331.13º47.32%56.08%-
HSV(B)331.13º54.08%76.86%-
XYZ31.2320.9727.6-
YUV127.51135.62176.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=45.90%
G=21.08%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969014100.540.280.23331.1347.3256.08
HexC45A8D0361C1714b2f38
Octal30413221506634275135770
Binary1100010010110101000110101101101110010111101001011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A8D; }

 p { color: rgb(196,90,141); }

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

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

 a { background-color: rgb(196,90,141); }

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

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

 span { border-color: rgb(196,90,141); }

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