#C748A1

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

Shades of Mulberry #C748A1

Tints of Mulberry #C748A1

Color information

#C748A1 (or 0xC748A1) is unknown color: approx Mulberry. HEX triplet: C7, 48 and A1. RGB value is (199,72,161). Sum of RGB (Red+Green+Blue) = 199+72+161=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C748A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C748A1 is #38B75E. Grayscale: #777777. Windows color (decimal): -3716959 or 10569927. OLE color: 10569927.

HSL color Cylindrical-coordinate representation of color #C748A1: hue angle of 317.95º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C748A1 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB19972161-
CMYK00.640.190.22
HSL317.95º53.14%53.14%-
HSV(B)317.95º63.82%78.04%-
XYZ32.319.3535.75-
YUV120.12151.08184.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 72 (28.52% from 255) = 16.67%
BLUE value IS 161 (63.28% from 255) = 37.27%
R=46.06%
G=16.67%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997216100.640.190.22317.9553.1453.14
HexC748A1040131613e3535
Octal307110241010023264766565
Binary11000111100100010100001010000001001110110100111110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C748A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C748A1; }

 p { color: rgb(199,72,161); }

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

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

 a { background-color: rgb(199,72,161); }

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

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

 span { border-color: rgb(199,72,161); }

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