#CC389A

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

Shades of Mulberry #CC389A

Tints of Mulberry #CC389A

Color information

#CC389A (or 0xCC389A) is unknown color: approx Mulberry. HEX triplet: CC, 38 and 9A. RGB value is (204,56,154). Sum of RGB (Red+Green+Blue) = 204+56+154=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC389A is #33C765. Grayscale: #6F6F6F. Windows color (decimal): -3393382 or 10107084. OLE color: 10107084.

HSL color Cylindrical-coordinate representation of color #CC389A: hue angle of 320.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC389A is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20456154-
CMYK00.730.250.2
HSL320.27º59.2%50.98%-
HSV(B)320.27º72.55%80%-
XYZ32.151832.35-
YUV111.42152.03194.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 56 (22.27% from 255) = 13.53%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=49.28%
G=13.53%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045615400.730.250.2320.2759.250.98
HexCC389A04919141403b33
Octal31470232011131245007363
Binary1100110011100010011010010010011100110100101000000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC389A; }

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

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

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

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

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

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

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

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