#C54F88

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

Shades of Mulberry #C54F88

Tints of Mulberry #C54F88

Color information

#C54F88 (or 0xC54F88) is unknown color: approx Mulberry. HEX triplet: C5, 4F and 88. RGB value is (197,79,136). Sum of RGB (Red+Green+Blue) = 197+79+136=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54F88 is #3AB077. Grayscale: #787878. Windows color (decimal): -3846264 or 8933317. OLE color: 8933317.

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

Color convert

RGB19779136-
CMYK00.600.310.23
HSL331.02º50.43%54.12%-
HSV(B)331.02º59.9%77.25%-
XYZ30.2719.2425.41-
YUV120.78136.59182.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=47.82%
G=19.17%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977913600.600.310.23331.0250.4354.12
HexC54F8803C1F1714b3236
Octal30511721007437275136266
Binary1100010110011111000100001111001111110111101001011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54F88; }

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

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

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

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

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

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

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

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