#C54F8B

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

Shades of Mulberry #C54F8B

Tints of Mulberry #C54F8B

Color information

#C54F8B (or 0xC54F8B) is unknown color: approx Mulberry. HEX triplet: C5, 4F and 8B. RGB value is (197,79,139). Sum of RGB (Red+Green+Blue) = 197+79+139=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54F8B is #3AB074. Grayscale: #797979. Windows color (decimal): -3846261 or 9129925. OLE color: 9129925.

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

Color convert

RGB19779139-
CMYK00.600.290.23
HSL329.49º50.43%54.12%-
HSV(B)329.49º59.9%77.25%-
XYZ30.4819.3326.55-
YUV121.12138.09182.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.47%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=47.47%
G=19.04%
B=33.49%

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
Decimal1977913900.600.290.23329.4950.4354.12
HexC54F8B03C1D171493236
Octal30511721307435275116266
Binary1100010110011111000101101111001110110111101001001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54F8B; }

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

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

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

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

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

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

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

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