#C55D9D

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

Shades of Mulberry #C55D9D

Tints of Mulberry #C55D9D

Color information

#C55D9D (or 0xC55D9D) is unknown color: approx Mulberry. HEX triplet: C5, 5D and 9D. RGB value is (197,93,157). Sum of RGB (Red+Green+Blue) = 197+93+157=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55D9D is #3AA262. Grayscale: #838383. Windows color (decimal): -3842659 or 10313157. OLE color: 10313157.

HSL color Cylindrical-coordinate representation of color #C55D9D: hue angle of 323.08º 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 #C55D9D is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB19793157-
CMYK00.530.200.23
HSL323.08º47.27%56.86%-
HSV(B)323.08º52.79%77.25%-
XYZ33.0322.1334.43-
YUV131.39142.46174.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.07%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=44.07%
G=20.81%
B=35.12%

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
Decimal1979315700.530.200.23323.0847.2756.86
HexC55D9D03514171432f39
Octal30513523506524275035771
Binary1100010110111011001110101101011010010111101000011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55D9D; }

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

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

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

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

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

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

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

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