#C75A8A

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

Shades of Mulberry #C75A8A

Tints of Mulberry #C75A8A

Color information

#C75A8A (or 0xC75A8A) is unknown color: approx Mulberry. HEX triplet: C7, 5A and 8A. RGB value is (199,90,138). Sum of RGB (Red+Green+Blue) = 199+90+138=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A8A is #38A575. Grayscale: #7F7F7F. Windows color (decimal): -3712374 or 9067207. OLE color: 9067207.

HSL color Cylindrical-coordinate representation of color #C75A8A: hue angle of 333.58º 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 #C75A8A is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB19990138-
CMYK00.550.310.22
HSL333.58º49.32%56.67%-
HSV(B)333.58º54.77%78.04%-
XYZ31.821.2926.48-
YUV128.06133.61178.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=46.60%
G=21.08%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999013800.550.310.22333.5849.3256.67
HexC75A8A0371F1614e3139
Octal30713221206737265166171
Binary1100011110110101000101001101111111110110101001110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75A8A; }

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

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

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

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

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

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

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

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