#C75AA8

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

Shades of Mulberry #C75AA8

Tints of Mulberry #C75AA8

Color information

#C75AA8 (or 0xC75AA8) is unknown color: approx Mulberry. HEX triplet: C7, 5A and A8. RGB value is (199,90,168). Sum of RGB (Red+Green+Blue) = 199+90+168=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AA8 is #38A557. Grayscale: #838383. Windows color (decimal): -3712344 or 11033287. OLE color: 11033287.

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

Color convert

RGB19990168-
CMYK00.550.160.22
HSL317.06º49.32%56.67%-
HSV(B)317.06º54.77%78.04%-
XYZ34.2822.2839.54-
YUV131.48148.61176.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 90 (35.55% from 255) = 19.69%
BLUE value IS 168 (66.02% from 255) = 36.76%
R=43.54%
G=19.69%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999016800.550.160.22317.0649.3256.67
HexC75AA8037101613d3139
Octal30713225006720264756171
Binary1100011110110101010100001101111000010110100111101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75AA8; }

 p { color: rgb(199,90,168); }

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

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

 a { background-color: rgb(199,90,168); }

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

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

 span { border-color: rgb(199,90,168); }

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