#c74ea4

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

Shades of Mulberry #C74EA4

Tints of Mulberry #C74EA4

Color information

#C74EA4 (or 0xC74EA4) is unknown color: approx Mulberry. HEX triplet: C7, 4E and A4. RGB value is (199,78,164). Sum of RGB (Red+Green+Blue) = 199+78+164=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74EA4 is #38B15B. Grayscale: #7B7B7B. Windows color (decimal): -3715420 or 10768071. OLE color: 10768071.

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

Color convert

RGB19978164-
CMYK00.610.180.22
HSL317.36º51.93%54.31%-
HSV(B)317.36º60.8%78.04%-
XYZ32.9820.2737.3-
YUV123.98150.59181.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=45.12%
G=17.69%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997816400.610.180.22317.3651.9354.31
HexC74EA403D121613d3436
Octal30711624407522264756466
Binary1100011110011101010010001111011001010110100111101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c74ea4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c74ea4; }

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

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

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

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

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

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

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

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