#C53AA3

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

Shades of Mulberry #C53AA3

Tints of Mulberry #C53AA3

Color information

#C53AA3 (or 0xC53AA3) is unknown color: approx Mulberry. HEX triplet: C5, 3A and A3. RGB value is (197,58,163). Sum of RGB (Red+Green+Blue) = 197+58+163=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53AA3 is #3AC55C. Grayscale: #6F6F6F. Windows color (decimal): -3851613 or 10697413. OLE color: 10697413.

HSL color Cylindrical-coordinate representation of color #C53AA3: hue angle of 314.68º 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 #C53AA3 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB19758163-
CMYK00.710.170.23
HSL314.68º54.51%50%-
HSV(B)314.68º70.56%77.25%-
XYZ31.1517.5436.39-
YUV111.53157.05188.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.13%
GREEN value IS 58 (23.05% from 255) = 13.88%
BLUE value IS 163 (64.06% from 255) = 39.00%
R=47.13%
G=13.88%
B=39.00%

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
Decimal1975816300.710.170.23314.6854.5150
HexC53AA3047111713b3732
Octal30572243010721274736762
Binary1100010111101010100011010001111000110111100111011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53AA3; }

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

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

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

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

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

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

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

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