#C94498

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

Shades of Mulberry #C94498

Tints of Mulberry #C94498

Color information

#C94498 (or 0xC94498) is unknown color: approx Mulberry. HEX triplet: C9, 44 and 98. RGB value is (201,68,152). Sum of RGB (Red+Green+Blue) = 201+68+152=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C94498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94498 is #36BB67. Grayscale: #757575. Windows color (decimal): -3586920 or 9979081. OLE color: 9979081.

HSL color Cylindrical-coordinate representation of color #C94498: hue angle of 322.11º 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 #C94498 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB20168152-
CMYK00.660.240.21
HSL322.11º55.19%52.75%-
HSV(B)322.11º66.17%78.82%-
XYZ31.8218.8231.66-
YUV117.34147.56187.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 68 (26.95% from 255) = 16.15%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=47.74%
G=16.15%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016815200.660.240.21322.1155.1952.75
HexC9449804218151423735
Octal311104230010230255026765
Binary11001001100010010011000010000101100010101101000010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94498; }

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

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

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

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

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

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

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

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