#CC4FA1

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

Shades of Mulberry #CC4FA1

Tints of Mulberry #CC4FA1

Color information

#CC4FA1 (or 0xCC4FA1) is unknown color: approx Mulberry. HEX triplet: CC, 4F and A1. RGB value is (204,79,161). Sum of RGB (Red+Green+Blue) = 204+79+161=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4FA1 is #33B05E. Grayscale: #7D7D7D. Windows color (decimal): -3387487 or 10571724. OLE color: 10571724.

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

Color convert

RGB20479161-
CMYK00.610.210.2
HSL320.64º55.07%55.49%-
HSV(B)320.64º61.27%80%-
XYZ34.132135.97-
YUV125.72147.91183.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 79 (31.25% from 255) = 17.79%
BLUE value IS 161 (63.28% from 255) = 36.26%
R=45.95%
G=17.79%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047916100.610.210.2320.6455.0755.49
HexCC4FA103D15141413737
Octal31411724107525245016767
Binary1100110010011111010000101111011010110100101000001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4FA1; }

 p { color: rgb(204,79,161); }

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

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

 a { background-color: rgb(204,79,161); }

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

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

 span { border-color: rgb(204,79,161); }

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