#C54F8C

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

Shades of Mulberry #C54F8C

Tints of Mulberry #C54F8C

Color information

#C54F8C (or 0xC54F8C) is unknown color: approx Mulberry. HEX triplet: C5, 4F and 8C. RGB value is (197,79,140). Sum of RGB (Red+Green+Blue) = 197+79+140=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54F8C is #3AB073. Grayscale: #797979. Windows color (decimal): -3846260 or 9195461. OLE color: 9195461.

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

Color convert

RGB19779140-
CMYK00.600.290.23
HSL328.98º50.43%54.12%-
HSV(B)328.98º59.9%77.25%-
XYZ30.5619.3626.94-
YUV121.24138.59182.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=47.36%
G=18.99%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977914000.600.290.23328.9850.4354.12
HexC54F8C03C1D171493236
Octal30511721407435275116266
Binary1100010110011111000110001111001110110111101001001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54F8C; }

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

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

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

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

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

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

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

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