#CC3BA0

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

Shades of Mulberry #CC3BA0

Tints of Mulberry #CC3BA0

Color information

#CC3BA0 (or 0xCC3BA0) is unknown color: approx Mulberry. HEX triplet: CC, 3B and A0. RGB value is (204,59,160). Sum of RGB (Red+Green+Blue) = 204+59+160=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3BA0 is #33C45F. Grayscale: #717171. Windows color (decimal): -3392608 or 10501068. OLE color: 10501068.

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

Color convert

RGB20459160-
CMYK00.710.220.2
HSL318.21º58.7%51.57%-
HSV(B)318.21º71.08%80%-
XYZ32.8118.535.1-
YUV113.87154.04192.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 59 (23.44% from 255) = 13.95%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=48.23%
G=13.95%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045916000.710.220.2318.2158.751.57
HexCC3BA0047161413e3b34
Octal31473240010726244767364
Binary1100110011101110100000010001111011010100100111110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3BA0; }

 p { color: rgb(204,59,160); }

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

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

 a { background-color: rgb(204,59,160); }

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

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

 span { border-color: rgb(204,59,160); }

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