#C75199

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

Shades of Mulberry #C75199

Tints of Mulberry #C75199

Color information

#C75199 (or 0xC75199) is unknown color: approx Mulberry. HEX triplet: C7, 51 and 99. RGB value is (199,81,153). Sum of RGB (Red+Green+Blue) = 199+81+153=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C75199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75199 is #38AE66. Grayscale: #7C7C7C. Windows color (decimal): -3714663 or 10047943. OLE color: 10047943.

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

Color convert

RGB19981153-
CMYK00.590.230.22
HSL323.39º51.3%54.9%-
HSV(B)323.39º59.3%78.04%-
XYZ32.2520.3332.36-
YUV124.49144.09181.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=45.96%
G=18.71%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998115300.590.230.22323.3951.354.9
HexC7519903B17161433337
Octal30712123107327265036367
Binary1100011110100011001100101110111011110110101000011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75199; }

 p { color: rgb(199,81,153); }

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

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

 a { background-color: rgb(199,81,153); }

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

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

 span { border-color: rgb(199,81,153); }

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