#C94BA8

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

Shades of Mulberry #C94BA8

Tints of Mulberry #C94BA8

Color information

#C94BA8 (or 0xC94BA8) is unknown color: approx Mulberry. HEX triplet: C9, 4B and A8. RGB value is (201,75,168). Sum of RGB (Red+Green+Blue) = 201+75+168=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C94BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94BA8 is #36B457. Grayscale: #7B7B7B. Windows color (decimal): -3585112 or 11029449. OLE color: 11029449.

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

Color convert

RGB20175168-
CMYK00.630.160.21
HSL315.71º53.85%54.12%-
HSV(B)315.71º62.69%78.82%-
XYZ33.6720.2839.18-
YUV123.28153.24183.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 75 (29.69% from 255) = 16.89%
BLUE value IS 168 (66.02% from 255) = 37.84%
R=45.27%
G=16.89%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017516800.630.160.21315.7153.8554.12
HexC94BA803F101513c3636
Octal31111325007720254746666
Binary1100100110010111010100001111111000010101100111100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94BA8; }

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

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

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

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

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

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

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

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