#CC3DA0

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

Shades of Mulberry #CC3DA0

Tints of Mulberry #CC3DA0

Color information

#CC3DA0 (or 0xCC3DA0) is unknown color: approx Mulberry. HEX triplet: CC, 3D and A0. RGB value is (204,61,160). Sum of RGB (Red+Green+Blue) = 204+61+160=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3DA0 is #33C25F. Grayscale: #727272. Windows color (decimal): -3392096 or 10501580. OLE color: 10501580.

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

Color convert

RGB20461160-
CMYK00.700.220.2
HSL318.46º58.37%51.96%-
HSV(B)318.46º70.1%80%-
XYZ32.9218.7135.13-
YUV115.04153.38191.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 61 (24.22% from 255) = 14.35%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=48%
G=14.35%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046116000.700.220.2318.4658.3751.96
HexCC3DA0046161413e3a34
Octal31475240010626244767264
Binary1100110011110110100000010001101011010100100111110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3DA0; }

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

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

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

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

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

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

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

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