#C55C9E

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

Shades of Mulberry #C55C9E

Tints of Mulberry #C55C9E

Color information

#C55C9E (or 0xC55C9E) is unknown color: approx Mulberry. HEX triplet: C5, 5C and 9E. RGB value is (197,92,158). Sum of RGB (Red+Green+Blue) = 197+92+158=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55C9E is #3AA361. Grayscale: #828282. Windows color (decimal): -3842914 or 10378437. OLE color: 10378437.

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

Color convert

RGB19792158-
CMYK00.530.200.23
HSL322.29º47.51%56.67%-
HSV(B)322.29º53.3%77.25%-
XYZ33.0221.9934.85-
YUV130.92143.29175.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.07%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=44.07%
G=20.58%
B=35.35%

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
Decimal1979215800.530.200.23322.2947.5156.67
HexC55C9E03514171423039
Octal30513423606524275026071
Binary1100010110111001001111001101011010010111101000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C9E; }

 p { color: rgb(197,92,158); }

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

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

 a { background-color: rgb(197,92,158); }

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

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

 span { border-color: rgb(197,92,158); }

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