#C753A4

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

Shades of Mulberry #C753A4

Tints of Mulberry #C753A4

Color information

#C753A4 (or 0xC753A4) is unknown color: approx Mulberry. HEX triplet: C7, 53 and A4. RGB value is (199,83,164). Sum of RGB (Red+Green+Blue) = 199+83+164=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C753A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C753A4 is #38AC5B. Grayscale: #7E7E7E. Windows color (decimal): -3714140 or 10769351. OLE color: 10769351.

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

Color convert

RGB19983164-
CMYK00.580.180.22
HSL318.1º50.88%55.29%-
HSV(B)318.1º58.29%78.04%-
XYZ33.3521.0137.42-
YUV126.92148.93179.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 83 (32.81% from 255) = 18.61%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=44.62%
G=18.61%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998316400.580.180.22318.150.8855.29
HexC753A403A121613e3337
Octal30712324407222264766367
Binary1100011110100111010010001110101001010110100111110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C753A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C753A4; }

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

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

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

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

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

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

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

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