#C94484

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

Shades of Mulberry #C94484

Tints of Mulberry #C94484

Color information

#C94484 (or 0xC94484) is unknown color: approx Mulberry. HEX triplet: C9, 44 and 84. RGB value is (201,68,132). Sum of RGB (Red+Green+Blue) = 201+68+132=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C94484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94484 is #36BB7B. Grayscale: #727272. Windows color (decimal): -3586940 or 8668361. OLE color: 8668361.

HSL color Cylindrical-coordinate representation of color #C94484: hue angle of 331.13º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94484 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20168132-
CMYK00.660.340.21
HSL331.13º55.19%52.75%-
HSV(B)331.13º66.17%78.82%-
XYZ30.3218.2223.75-
YUV115.06137.56189.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=50.12%
G=16.96%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016813200.660.340.21331.1355.1952.75
HexC94484042221514b3735
Octal311104204010242255136765
Binary110010011000100100001000100001010001010101101001011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94484; }

 p { color: rgb(201,68,132); }

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

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

 a { background-color: rgb(201,68,132); }

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

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

 span { border-color: rgb(201,68,132); }

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