#CC4290

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

Shades of Mulberry #CC4290

Tints of Mulberry #CC4290

Color information

#CC4290 (or 0xCC4290) is unknown color: approx Mulberry. HEX triplet: CC, 42 and 90. RGB value is (204,66,144). Sum of RGB (Red+Green+Blue) = 204+66+144=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4290 is #33BD6F. Grayscale: #737373. Windows color (decimal): -3390832 or 9454284. OLE color: 9454284.

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

Color convert

RGB20466144-
CMYK00.680.290.2
HSL326.09º57.5%52.94%-
HSV(B)326.09º67.65%80%-
XYZ31.8818.7528.32-
YUV116.15143.72190.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 66 (26.17% from 255) = 15.94%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=49.28%
G=15.94%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046614400.680.290.2326.0957.552.94
HexCC42900441D141463a35
Octal314102220010435245067265
Binary11001100100001010010000010001001110110100101000110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4290; }

 p { color: rgb(204,66,144); }

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

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

 a { background-color: rgb(204,66,144); }

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

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

 span { border-color: rgb(204,66,144); }

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