#C94483

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

Shades of Mulberry #C94483

Tints of Mulberry #C94483

Color information

#C94483 (or 0xC94483) is unknown color: approx Mulberry. HEX triplet: C9, 44 and 83. RGB value is (201,68,131). Sum of RGB (Red+Green+Blue) = 201+68+131=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C94483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94483 is #36BB7C. Grayscale: #727272. Windows color (decimal): -3586941 or 8602825. OLE color: 8602825.

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

Color convert

RGB20168131-
CMYK00.660.350.21
HSL331.58º55.19%52.75%-
HSV(B)331.58º66.17%78.82%-
XYZ30.2518.1923.39-
YUV114.95137.06189.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.25%
GREEN value IS 68 (26.95% from 255) = 17%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=50.25%
G=17%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016813100.660.350.21331.5855.1952.75
HexC94483042231514c3735
Octal311104203010243255146765
Binary110010011000100100000110100001010001110101101001100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94483; }

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

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

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

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

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

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

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

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