#C954A8

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

Shades of Mulberry #C954A8

Tints of Mulberry #C954A8

Color information

#C954A8 (or 0xC954A8) is unknown color: approx Mulberry. HEX triplet: C9, 54 and A8. RGB value is (201,84,168). Sum of RGB (Red+Green+Blue) = 201+84+168=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C954A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954A8 is #36AB57. Grayscale: #808080. Windows color (decimal): -3582808 or 11031753. OLE color: 11031753.

HSL color Cylindrical-coordinate representation of color #C954A8: hue angle of 316.92º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C954A8 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB20184168-
CMYK00.580.160.21
HSL316.92º52%55.88%-
HSV(B)316.92º58.21%78.82%-
XYZ34.3321.5939.4-
YUV128.56150.26179.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 168 (66.02% from 255) = 37.09%
R=44.37%
G=18.54%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018416800.580.160.21316.925255.88
HexC954A803A101513d3438
Octal31112425007220254756470
Binary1100100110101001010100001110101000010101100111101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C954A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C954A8; }

 p { color: rgb(201,84,168); }

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

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

 a { background-color: rgb(201,84,168); }

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

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

 span { border-color: rgb(201,84,168); }

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