#C54FA4

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

Shades of Mulberry #C54FA4

Tints of Mulberry #C54FA4

Color information

#C54FA4 (or 0xC54FA4) is unknown color: approx Mulberry. HEX triplet: C5, 4F and A4. RGB value is (197,79,164). Sum of RGB (Red+Green+Blue) = 197+79+164=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54FA4 is #3AB05B. Grayscale: #7B7B7B. Windows color (decimal): -3846236 or 10768325. OLE color: 10768325.

HSL color Cylindrical-coordinate representation of color #C54FA4: hue angle of 316.78º degrees, saturation: 0.5, 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 #C54FA4 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB19779164-
CMYK00.600.170.23
HSL316.78º50.43%54.12%-
HSV(B)316.78º59.9%77.25%-
XYZ32.5220.1437.3-
YUV123.97150.59180.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 79 (31.25% from 255) = 17.95%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=44.77%
G=17.95%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977916400.600.170.23316.7850.4354.12
HexC54FA403C111713d3236
Octal30511724407421274756266
Binary1100010110011111010010001111001000110111100111101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54FA4; }

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

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

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

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

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

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

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

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