#CC459F

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

Shades of Mulberry #CC459F

Tints of Mulberry #CC459F

Color information

#CC459F (or 0xCC459F) is unknown color: approx Mulberry. HEX triplet: CC, 45 and 9F. RGB value is (204,69,159). Sum of RGB (Red+Green+Blue) = 204+69+159=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC459F is #33BA60. Grayscale: #777777. Windows color (decimal): -3390049 or 10438092. OLE color: 10438092.

HSL color Cylindrical-coordinate representation of color #CC459F: hue angle of 320º 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 #CC459F is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB20469159-
CMYK00.660.220.2
HSL320º56.96%53.53%-
HSV(B)320º66.18%80%-
XYZ33.2919.634.83-
YUV119.62150.23188.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 69 (27.34% from 255) = 15.97%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=47.22%
G=15.97%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046915900.660.220.232056.9653.53
HexCC459F04216141403936
Octal314105237010226245007166
Binary11001100100010110011111010000101011010100101000000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC459F; }

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

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

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

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

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

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

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

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