#C54EA1

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

Shades of Mulberry #C54EA1

Tints of Mulberry #C54EA1

Color information

#C54EA1 (or 0xC54EA1) is unknown color: approx Mulberry. HEX triplet: C5, 4E and A1. RGB value is (197,78,161). Sum of RGB (Red+Green+Blue) = 197+78+161=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54EA1 is #3AB15E. Grayscale: #7A7A7A. Windows color (decimal): -3846495 or 10571461. OLE color: 10571461.

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

Color convert

RGB19778161-
CMYK00.600.180.23
HSL318.15º50.64%53.92%-
HSV(B)318.15º60.41%77.25%-
XYZ32.1819.8935.86-
YUV123.04149.42180.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 78 (30.86% from 255) = 17.89%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=45.18%
G=17.89%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977816100.600.180.23318.1550.6453.92
HexC54EA103C121713e3336
Octal30511624107422274766366
Binary1100010110011101010000101111001001010111100111110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54EA1; }

 p { color: rgb(197,78,161); }

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

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

 a { background-color: rgb(197,78,161); }

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

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

 span { border-color: rgb(197,78,161); }

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