#C94CA8

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

Shades of Mulberry #C94CA8

Tints of Mulberry #C94CA8

Color information

#C94CA8 (or 0xC94CA8) is unknown color: approx Mulberry. HEX triplet: C9, 4C and A8. RGB value is (201,76,168). Sum of RGB (Red+Green+Blue) = 201+76+168=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94CA8 is #36B357. Grayscale: #7B7B7B. Windows color (decimal): -3584856 or 11029705. OLE color: 11029705.

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

Color convert

RGB20176168-
CMYK00.620.160.21
HSL315.84º53.65%54.31%-
HSV(B)315.84º62.19%78.82%-
XYZ33.7420.4139.21-
YUV123.86152.91183.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 76 (30.08% from 255) = 17.08%
BLUE value IS 168 (66.02% from 255) = 37.75%
R=45.17%
G=17.08%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017616800.620.160.21315.8453.6554.31
HexC94CA803E101513c3636
Octal31111425007620254746666
Binary1100100110011001010100001111101000010101100111100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94CA8; }

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

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

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

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

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

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

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

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