#C55A8E

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

Shades of Mulberry #C55A8E

Tints of Mulberry #C55A8E

Color information

#C55A8E (or 0xC55A8E) is unknown color: approx Mulberry. HEX triplet: C5, 5A and 8E. RGB value is (197,90,142). Sum of RGB (Red+Green+Blue) = 197+90+142=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A8E is #3AA571. Grayscale: #7F7F7F. Windows color (decimal): -3843442 or 9329349. OLE color: 9329349.

HSL color Cylindrical-coordinate representation of color #C55A8E: hue angle of 330.84º degrees, saturation: 0.48, 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 #C55A8E is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB19790142-
CMYK00.540.280.23
HSL330.84º47.98%56.27%-
HSV(B)330.84º54.31%77.25%-
XYZ31.5621.1428.01-
YUV127.92135.95177.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=45.92%
G=20.98%
B=33.10%

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
Decimal1979014200.540.280.23330.8447.9856.27
HexC55A8E0361C1714b3038
Octal30513221606634275136070
Binary1100010110110101000111001101101110010111101001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A8E; }

 p { color: rgb(197,90,142); }

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

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

 a { background-color: rgb(197,90,142); }

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

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

 span { border-color: rgb(197,90,142); }

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