#CC50A9

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

Shades of Mulberry #CC50A9

Tints of Mulberry #CC50A9

Color information

#CC50A9 (or 0xCC50A9) is unknown color: approx Mulberry. HEX triplet: CC, 50 and A9. RGB value is (204,80,169). Sum of RGB (Red+Green+Blue) = 204+80+169=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC50A9 is #33AF56. Grayscale: #7E7E7E. Windows color (decimal): -3387223 or 11096268. OLE color: 11096268.

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

Color convert

RGB20480169-
CMYK00.610.170.2
HSL316.94º54.87%55.69%-
HSV(B)316.94º60.78%80%-
XYZ34.9321.4439.83-
YUV127.22151.58182.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 169 (66.41% from 255) = 37.31%
R=45.03%
G=17.66%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048016900.610.170.2316.9454.8755.69
HexCC50A903D111413d3738
Octal31412025107521244756770
Binary1100110010100001010100101111011000110100100111101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC50A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC50A9; }

 p { color: rgb(204,80,169); }

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

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

 a { background-color: rgb(204,80,169); }

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

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

 span { border-color: rgb(204,80,169); }

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