#C54CA4

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

Shades of Mulberry #C54CA4

Tints of Mulberry #C54CA4

Color information

#C54CA4 (or 0xC54CA4) is unknown color: approx Mulberry. HEX triplet: C5, 4C and A4. RGB value is (197,76,164). Sum of RGB (Red+Green+Blue) = 197+76+164=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54CA4 is #3AB35B. Grayscale: #797979. Windows color (decimal): -3847004 or 10767557. OLE color: 10767557.

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

Color convert

RGB19776164-
CMYK00.610.170.23
HSL316.36º51.05%53.53%-
HSV(B)316.36º61.42%77.25%-
XYZ32.3119.7237.23-
YUV122.21151.59181.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 76 (30.08% from 255) = 17.39%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=45.08%
G=17.39%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977616400.610.170.23316.3651.0553.53
HexC54CA403D111713c3336
Octal30511424407521274746366
Binary1100010110011001010010001111011000110111100111100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54CA4; }

 p { color: rgb(197,76,164); }

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

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

 a { background-color: rgb(197,76,164); }

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

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

 span { border-color: rgb(197,76,164); }

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