#C55E98

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

Shades of Mulberry #C55E98

Tints of Mulberry #C55E98

Color information

#C55E98 (or 0xC55E98) is unknown color: approx Mulberry. HEX triplet: C5, 5E and 98. RGB value is (197,94,152). Sum of RGB (Red+Green+Blue) = 197+94+152=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55E98 is #3AA167. Grayscale: #838383. Windows color (decimal): -3842408 or 9985733. OLE color: 9985733.

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

Color convert

RGB19794152-
CMYK00.520.230.23
HSL326.21º47.03%57.06%-
HSV(B)326.21º52.28%77.25%-
XYZ32.722.1432.26-
YUV131.41139.62174.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 152 (59.77% from 255) = 34.31%
R=44.47%
G=21.22%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979415200.520.230.23326.2147.0357.06
HexC55E9803417171462f39
Octal30513623006427275065771
Binary1100010110111101001100001101001011110111101000110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55E98; }

 p { color: rgb(197,94,152); }

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

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

 a { background-color: rgb(197,94,152); }

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

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

 span { border-color: rgb(197,94,152); }

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