#CC3AA4

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

Shades of Mulberry #CC3AA4

Tints of Mulberry #CC3AA4

Color information

#CC3AA4 (or 0xCC3AA4) is unknown color: approx Mulberry. HEX triplet: CC, 3A and A4. RGB value is (204,58,164). Sum of RGB (Red+Green+Blue) = 204+58+164=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3AA4 is #33C55B. Grayscale: #717171. Windows color (decimal): -3392860 or 10762956. OLE color: 10762956.

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

Color convert

RGB20458164-
CMYK00.720.200.2
HSL316.44º58.87%51.37%-
HSV(B)316.44º71.57%80%-
XYZ33.1218.5436.96-
YUV113.74156.37192.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 58 (23.05% from 255) = 13.62%
BLUE value IS 164 (64.45% from 255) = 38.50%
R=47.89%
G=13.62%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045816400.720.200.2316.4458.8751.37
HexCC3AA4048141413c3b33
Octal31472244011024244747363
Binary1100110011101010100100010010001010010100100111100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3AA4; }

 p { color: rgb(204,58,164); }

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

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

 a { background-color: rgb(204,58,164); }

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

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

 span { border-color: rgb(204,58,164); }

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