#C74AA0

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

Shades of Mulberry #C74AA0

Tints of Mulberry #C74AA0

Color information

#C74AA0 (or 0xC74AA0) is unknown color: approx Mulberry. HEX triplet: C7, 4A and A0. RGB value is (199,74,160). Sum of RGB (Red+Green+Blue) = 199+74+160=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AA0 is #38B55F. Grayscale: #787878. Windows color (decimal): -3716448 or 10504903. OLE color: 10504903.

HSL color Cylindrical-coordinate representation of color #C74AA0: hue angle of 318.72º 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 #C74AA0 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB19974160-
CMYK00.630.200.22
HSL318.72º52.74%53.53%-
HSV(B)318.72º62.81%78.04%-
XYZ32.3519.5835.33-
YUV121.18149.91183.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 74 (29.30% from 255) = 17.09%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=45.96%
G=17.09%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997416000.630.200.22318.7252.7453.53
HexC74AA003F141613f3536
Octal30711224007724264776566
Binary1100011110010101010000001111111010010110100111111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74AA0; }

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

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

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

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

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

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

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

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