#CC48A4

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

Shades of Mulberry #CC48A4

Tints of Mulberry #CC48A4

Color information

#CC48A4 (or 0xCC48A4) is unknown color: approx Mulberry. HEX triplet: CC, 48 and A4. RGB value is (204,72,164). Sum of RGB (Red+Green+Blue) = 204+72+164=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC48A4 is #33B75B. Grayscale: #797979. Windows color (decimal): -3389276 or 10766540. OLE color: 10766540.

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

Color convert

RGB20472164-
CMYK00.650.200.2
HSL318.18º56.41%54.12%-
HSV(B)318.18º64.71%80%-
XYZ33.9220.1537.22-
YUV121.96151.73186.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 72 (28.52% from 255) = 16.36%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=46.36%
G=16.36%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047216400.650.200.2318.1856.4154.12
HexCC48A4041141413e3836
Octal314110244010124244767066
Binary11001100100100010100100010000011010010100100111110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48A4; }

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

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

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

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

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

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

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

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