#C74A9E

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

Shades of Mulberry #C74A9E

Tints of Mulberry #C74A9E

Color information

#C74A9E (or 0xC74A9E) is unknown color: approx Mulberry. HEX triplet: C7, 4A and 9E. RGB value is (199,74,158). Sum of RGB (Red+Green+Blue) = 199+74+158=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74A9E is #38B561. Grayscale: #787878. Windows color (decimal): -3716450 or 10373831. OLE color: 10373831.

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

Color convert

RGB19974158-
CMYK00.630.210.22
HSL319.68º52.74%53.53%-
HSV(B)319.68º62.81%78.04%-
XYZ32.1719.5134.42-
YUV120.95148.91183.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.17%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=46.17%
G=17.17%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997415800.630.210.22319.6852.7453.53
HexC74A9E03F15161403536
Octal30711223607725265006566
Binary1100011110010101001111001111111010110110101000000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74A9E; }

 p { color: rgb(199,74,158); }

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

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

 a { background-color: rgb(199,74,158); }

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

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

 span { border-color: rgb(199,74,158); }

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