#cc53a1

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

Shades of Mulberry #CC53A1

Tints of Mulberry #CC53A1

Color information

#CC53A1 (or 0xCC53A1) is unknown color: approx Mulberry. HEX triplet: CC, 53 and A1. RGB value is (204,83,161). Sum of RGB (Red+Green+Blue) = 204+83+161=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC53A1 is #33AC5E. Grayscale: #7F7F7F. Windows color (decimal): -3386463 or 10572748. OLE color: 10572748.

HSL color Cylindrical-coordinate representation of color #CC53A1: hue angle of 321.32º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC53A1 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB20483161-
CMYK00.590.210.2
HSL321.32º54.26%56.27%-
HSV(B)321.32º59.31%80%-
XYZ34.4321.636.07-
YUV128.07146.59182.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 161 (63.28% from 255) = 35.94%
R=45.54%
G=18.53%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048316100.590.210.2321.3254.2656.27
HexCC53A103B15141413638
Octal31412324107325245016670
Binary1100110010100111010000101110111010110100101000001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc53a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc53a1; }

 p { color: rgb(204,83,161); }

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

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

 a { background-color: rgb(204,83,161); }

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

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

 span { border-color: rgb(204,83,161); }

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