#CC3F80

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

Shades of Mulberry #CC3F80

Tints of Mulberry #CC3F80

Color information

#CC3F80 (or 0xCC3F80) is unknown color: approx Mulberry. HEX triplet: CC, 3F and 80. RGB value is (204,63,128). Sum of RGB (Red+Green+Blue) = 204+63+128=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3F80 is #33C07F. Grayscale: #707070. Windows color (decimal): -3391616 or 8404940. OLE color: 8404940.

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

Color convert

RGB20463128-
CMYK00.690.370.2
HSL332.34º58.02%52.35%-
HSV(B)332.34º69.12%80%-
XYZ30.5817.9522.28-
YUV112.57136.71193.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=51.65%
G=15.95%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046312800.690.370.2332.3458.0252.35
HexCC3F80045251414c3a34
Octal31477200010545245147264
Binary11001100111111100000000100010110010110100101001100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3F80; }

 p { color: rgb(204,63,128); }

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

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

 a { background-color: rgb(204,63,128); }

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

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

 span { border-color: rgb(204,63,128); }

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