#C74681

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

Shades of Mulberry #C74681

Tints of Mulberry #C74681

Color information

#C74681 (or 0xC74681) is unknown color: approx Mulberry. HEX triplet: C7, 46 and 81. RGB value is (199,70,129). Sum of RGB (Red+Green+Blue) = 199+70+129=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C74681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74681 is #38B97E. Grayscale: #737373. Windows color (decimal): -3717503 or 8472263. OLE color: 8472263.

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

Color convert

RGB19970129-
CMYK00.650.350.22
HSL332.56º53.53%52.75%-
HSV(B)332.56º64.82%78.04%-
XYZ29.7118.1122.7-
YUV115.3135.74187.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 17.59%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=50%
G=17.59%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997012900.650.350.22332.5653.5352.75
HexC74681041231614d3635
Octal307106201010143265156665
Binary110001111000110100000010100000110001110110101001101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74681; }

 p { color: rgb(199,70,129); }

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

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

 a { background-color: rgb(199,70,129); }

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

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

 span { border-color: rgb(199,70,129); }

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