#CC43A1

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

Shades of Mulberry #CC43A1

Tints of Mulberry #CC43A1

Color information

#CC43A1 (or 0xCC43A1) is unknown color: approx Mulberry. HEX triplet: CC, 43 and A1. RGB value is (204,67,161). Sum of RGB (Red+Green+Blue) = 204+67+161=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC43A1 is #33BC5E. Grayscale: #767676. Windows color (decimal): -3390559 or 10568652. OLE color: 10568652.

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

Color convert

RGB20467161-
CMYK00.670.210.2
HSL318.83º57.32%53.14%-
HSV(B)318.83º67.16%80%-
XYZ33.3419.4235.71-
YUV118.68151.89188.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 67 (26.56% from 255) = 15.51%
BLUE value IS 161 (63.28% from 255) = 37.27%
R=47.22%
G=15.51%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046716100.670.210.2318.8357.3253.14
HexCC43A1043151413f3935
Octal314103241010325244777165
Binary11001100100001110100001010000111010110100100111111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC43A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC43A1; }

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

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

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

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

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

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

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

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