#C53DA2

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

Shades of Mulberry #C53DA2

Tints of Mulberry #C53DA2

Color information

#C53DA2 (or 0xC53DA2) is unknown color: approx Mulberry. HEX triplet: C5, 3D and A2. RGB value is (197,61,162). Sum of RGB (Red+Green+Blue) = 197+61+162=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53DA2 is #3AC25D. Grayscale: #707070. Windows color (decimal): -3850846 or 10632645. OLE color: 10632645.

HSL color Cylindrical-coordinate representation of color #C53DA2: hue angle of 315.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53DA2 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB19761162-
CMYK00.690.180.23
HSL315.44º53.97%50.59%-
HSV(B)315.44º69.04%77.25%-
XYZ31.2217.8235.98-
YUV113.18155.56187.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 61 (24.22% from 255) = 14.52%
BLUE value IS 162 (63.67% from 255) = 38.57%
R=46.90%
G=14.52%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976116200.690.180.23315.4453.9750.59
HexC53DA2045121713b3633
Octal30575242010522274736663
Binary1100010111110110100010010001011001010111100111011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53DA2; }

 p { color: rgb(197,61,162); }

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

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

 a { background-color: rgb(197,61,162); }

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

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

 span { border-color: rgb(197,61,162); }

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