#CC459A

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

Shades of Mulberry #CC459A

Tints of Mulberry #CC459A

Color information

#CC459A (or 0xCC459A) is unknown color: approx Mulberry. HEX triplet: CC, 45 and 9A. RGB value is (204,69,154). Sum of RGB (Red+Green+Blue) = 204+69+154=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC459A is #33BA65. Grayscale: #767676. Windows color (decimal): -3390054 or 10110412. OLE color: 10110412.

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

Color convert

RGB20469154-
CMYK00.660.250.2
HSL322.22º56.96%53.53%-
HSV(B)322.22º66.18%80%-
XYZ32.8619.4332.59-
YUV119.06147.73188.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 69 (27.34% from 255) = 16.16%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=47.78%
G=16.16%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046915400.660.250.2322.2256.9653.53
HexCC459A04219141423936
Octal314105232010231245027166
Binary11001100100010110011010010000101100110100101000010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC459A; }

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

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

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

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

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

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

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

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