#CC45A9

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

Shades of Mulberry #CC45A9

Tints of Mulberry #CC45A9

Color information

#CC45A9 (or 0xCC45A9) is unknown color: approx Mulberry. HEX triplet: CC, 45 and A9. RGB value is (204,69,169). Sum of RGB (Red+Green+Blue) = 204+69+169=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC45A9 is #33BA56. Grayscale: #787878. Windows color (decimal): -3390039 or 11093452. OLE color: 11093452.

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

Color convert

RGB20469169-
CMYK00.660.170.2
HSL315.56º56.96%53.53%-
HSV(B)315.56º66.18%80%-
XYZ34.1919.9639.59-
YUV120.76155.23187.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 69 (27.34% from 255) = 15.61%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=46.15%
G=15.61%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046916900.660.170.2315.5656.9653.53
HexCC45A9042111413c3936
Octal314105251010221244747166
Binary11001100100010110101001010000101000110100100111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC45A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC45A9; }

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

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

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

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

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

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

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

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