#C75390

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

Shades of Mulberry #C75390

Tints of Mulberry #C75390

Color information

#C75390 (or 0xC75390) is unknown color: approx Mulberry. HEX triplet: C7, 53 and 90. RGB value is (199,83,144). Sum of RGB (Red+Green+Blue) = 199+83+144=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C75390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75390 is #38AC6F. Grayscale: #7C7C7C. Windows color (decimal): -3714160 or 9458631. OLE color: 9458631.

HSL color Cylindrical-coordinate representation of color #C75390: hue angle of 328.45º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75390 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB19983144-
CMYK00.580.280.22
HSL328.45º50.88%55.29%-
HSV(B)328.45º58.29%78.04%-
XYZ31.6820.3428.64-
YUV124.64138.93181.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 83 (32.81% from 255) = 19.48%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=46.71%
G=19.48%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998314400.580.280.22328.4550.8855.29
HexC7539003A1C161483337
Octal30712322007234265106367
Binary1100011110100111001000001110101110010110101001000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75390; }

 p { color: rgb(199,83,144); }

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

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

 a { background-color: rgb(199,83,144); }

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

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

 span { border-color: rgb(199,83,144); }

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