#CC488D

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

Shades of Mulberry #CC488D

Tints of Mulberry #CC488D

Color information

#CC488D (or 0xCC488D) is unknown color: approx Mulberry. HEX triplet: CC, 48 and 8D. RGB value is (204,72,141). Sum of RGB (Red+Green+Blue) = 204+72+141=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC488D is #33B772. Grayscale: #777777. Windows color (decimal): -3389299 or 9259212. OLE color: 9259212.

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

Color convert

RGB20472141-
CMYK00.650.310.2
HSL328.64º56.41%54.12%-
HSV(B)328.64º64.71%80%-
XYZ32.0319.427.25-
YUV119.33140.23188.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 72 (28.52% from 255) = 17.27%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=48.92%
G=17.27%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047214100.650.310.2328.6456.4154.12
HexCC488D0411F141493836
Octal314110215010137245117066
Binary11001100100100010001101010000011111110100101001001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC488D; }

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

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

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

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

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

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

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

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