#CC4A9D

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

Shades of Mulberry #CC4A9D

Tints of Mulberry #CC4A9D

Color information

#CC4A9D (or 0xCC4A9D) is unknown color: approx Mulberry. HEX triplet: CC, 4A and 9D. RGB value is (204,74,157). Sum of RGB (Red+Green+Blue) = 204+74+157=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4A9D is #33B562. Grayscale: #7A7A7A. Windows color (decimal): -3388771 or 10308300. OLE color: 10308300.

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

Color convert

RGB20474157-
CMYK00.640.230.2
HSL321.69º56.03%54.51%-
HSV(B)321.69º63.73%80%-
XYZ33.4420.1734.03-
YUV122.33147.57186.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 74 (29.30% from 255) = 17.01%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=46.90%
G=17.01%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047415700.640.230.2321.6956.0354.51
HexCC4A9D04017141423837
Octal314112235010027245027067
Binary11001100100101010011101010000001011110100101000010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4A9D; }

 p { color: rgb(204,74,157); }

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

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

 a { background-color: rgb(204,74,157); }

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

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

 span { border-color: rgb(204,74,157); }

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