#cc538b

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

Shades of Mulberry #CC538B

Tints of Mulberry #CC538B

Color information

#CC538B (or 0xCC538B) is unknown color: approx Mulberry. HEX triplet: CC, 53 and 8B. RGB value is (204,83,139). Sum of RGB (Red+Green+Blue) = 204+83+139=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC538B is #33AC74. Grayscale: #7D7D7D. Windows color (decimal): -3386485 or 9130956. OLE color: 9130956.

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

Color convert

RGB20483139-
CMYK00.590.320.2
HSL332.23º54.26%56.27%-
HSV(B)332.23º59.31%80%-
XYZ32.6620.8926.74-
YUV125.56135.59183.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 83 (32.81% from 255) = 19.48%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=47.89%
G=19.48%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048313900.590.320.2332.2354.2656.27
HexCC538B03B201414c3638
Octal31412321307340245146670
Binary11001100101001110001011011101110000010100101001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc538b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc538b; }

 p { color: rgb(204,83,139); }

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

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

 a { background-color: rgb(204,83,139); }

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

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

 span { border-color: rgb(204,83,139); }

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