#C751A0

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

Shades of Mulberry #C751A0

Tints of Mulberry #C751A0

Color information

#C751A0 (or 0xC751A0) is unknown color: approx Mulberry. HEX triplet: C7, 51 and A0. RGB value is (199,81,160). Sum of RGB (Red+Green+Blue) = 199+81+160=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C751A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C751A0 is #38AE5F. Grayscale: #7D7D7D. Windows color (decimal): -3714656 or 10506695. OLE color: 10506695.

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

Color convert

RGB19981160-
CMYK00.590.200.22
HSL319.83º51.3%54.9%-
HSV(B)319.83º59.3%78.04%-
XYZ32.8420.5735.5-
YUV125.29147.59180.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=45.23%
G=18.41%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998116000.590.200.22319.8351.354.9
HexC751A003B14161403337
Octal30712124007324265006367
Binary1100011110100011010000001110111010010110101000000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C751A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C751A0; }

 p { color: rgb(199,81,160); }

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

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

 a { background-color: rgb(199,81,160); }

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

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

 span { border-color: rgb(199,81,160); }

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