#C75581

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

Shades of Mulberry #C75581

Tints of Mulberry #C75581

Color information

#C75581 (or 0xC75581) is unknown color: approx Mulberry. HEX triplet: C7, 55 and 81. RGB value is (199,85,129). Sum of RGB (Red+Green+Blue) = 199+85+129=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C75581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75581 is #38AA7E. Grayscale: #7C7C7C. Windows color (decimal): -3713663 or 8476103. OLE color: 8476103.

HSL color Cylindrical-coordinate representation of color #C75581: hue angle of 336.84º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75581 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19985129-
CMYK00.570.350.22
HSL336.84º50.44%55.69%-
HSV(B)336.84º57.29%78.04%-
XYZ30.7620.2223.05-
YUV124.1130.77181.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.18%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=48.18%
G=20.58%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998512900.570.350.22336.8450.4455.69
HexC7558103923161513238
Octal30712520107143265216270
Binary11000111101010110000001011100110001110110101010001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75581; }

 p { color: rgb(199,85,129); }

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

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

 a { background-color: rgb(199,85,129); }

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

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

 span { border-color: rgb(199,85,129); }

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