#CC44A3

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

Shades of Mulberry #CC44A3

Tints of Mulberry #CC44A3

Color information

#CC44A3 (or 0xCC44A3) is unknown color: approx Mulberry. HEX triplet: CC, 44 and A3. RGB value is (204,68,163). Sum of RGB (Red+Green+Blue) = 204+68+163=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC44A3 is #33BB5C. Grayscale: #777777. Windows color (decimal): -3390301 or 10699980. OLE color: 10699980.

HSL color Cylindrical-coordinate representation of color #CC44A3: hue angle of 318.09º 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 #CC44A3 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB20468163-
CMYK00.670.200.2
HSL318.09º57.14%53.33%-
HSV(B)318.09º66.67%80%-
XYZ33.5819.6236.67-
YUV119.49152.56188.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 68 (26.95% from 255) = 15.63%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=46.90%
G=15.63%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046816300.670.200.2318.0957.1453.33
HexCC44A3043141413e3935
Octal314104243010324244767165
Binary11001100100010010100011010000111010010100100111110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC44A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC44A3; }

 p { color: rgb(204,68,163); }

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

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

 a { background-color: rgb(204,68,163); }

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

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

 span { border-color: rgb(204,68,163); }

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