#C53AA4

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

Shades of Mulberry #C53AA4

Tints of Mulberry #C53AA4

Color information

#C53AA4 (or 0xC53AA4) is unknown color: approx Mulberry. HEX triplet: C5, 3A and A4. RGB value is (197,58,164). Sum of RGB (Red+Green+Blue) = 197+58+164=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53AA4 is #3AC55B. Grayscale: #6F6F6F. Windows color (decimal): -3851612 or 10762949. OLE color: 10762949.

HSL color Cylindrical-coordinate representation of color #C53AA4: hue angle of 314.24º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53AA4 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB19758164-
CMYK00.710.170.23
HSL314.24º54.51%50%-
HSV(B)314.24º70.56%77.25%-
XYZ31.2417.5836.87-
YUV111.64157.55188.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 58 (23.05% from 255) = 13.84%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=47.02%
G=13.84%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975816400.710.170.23314.2454.5150
HexC53AA4047111713a3732
Octal30572244010721274726762
Binary1100010111101010100100010001111000110111100111010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53AA4; }

 p { color: rgb(197,58,164); }

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

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

 a { background-color: rgb(197,58,164); }

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

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

 span { border-color: rgb(197,58,164); }

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