#CC4EA1

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

Shades of Mulberry #CC4EA1

Tints of Mulberry #CC4EA1

Color information

#CC4EA1 (or 0xCC4EA1) is unknown color: approx Mulberry. HEX triplet: CC, 4E and A1. RGB value is (204,78,161). Sum of RGB (Red+Green+Blue) = 204+78+161=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4EA1 is #33B15E. Grayscale: #7C7C7C. Windows color (decimal): -3387743 or 10571468. OLE color: 10571468.

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

Color convert

RGB20478161-
CMYK00.620.210.2
HSL320.48º55.26%55.29%-
HSV(B)320.48º61.76%80%-
XYZ34.0620.8635.95-
YUV125.14148.24184.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 78 (30.86% from 255) = 17.61%
BLUE value IS 161 (63.28% from 255) = 36.34%
R=46.05%
G=17.61%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047816100.620.210.2320.4855.2655.29
HexCC4EA103E15141403737
Octal31411624107625245006767
Binary1100110010011101010000101111101010110100101000000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4EA1; }

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

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

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

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

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

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

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

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