#CC459E

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

Shades of Mulberry #CC459E

Tints of Mulberry #CC459E

Color information

#CC459E (or 0xCC459E) is unknown color: approx Mulberry. HEX triplet: CC, 45 and 9E. RGB value is (204,69,158). Sum of RGB (Red+Green+Blue) = 204+69+158=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC459E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC459E is #33BA61. Grayscale: #777777. Windows color (decimal): -3390050 or 10372556. OLE color: 10372556.

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

Color convert

RGB20469158-
CMYK00.660.230.2
HSL320.44º56.96%53.53%-
HSV(B)320.44º66.18%80%-
XYZ33.219.5634.37-
YUV119.51149.73188.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=47.33%
G=16.01%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046915800.660.230.2320.4456.9653.53
HexCC459E04217141403936
Octal314105236010227245007166
Binary11001100100010110011110010000101011110100101000000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC459E; }

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

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

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

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

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

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

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

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