#CC3E8F

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

Shades of Mulberry #CC3E8F

Tints of Mulberry #CC3E8F

Color information

#CC3E8F (or 0xCC3E8F) is unknown color: approx Mulberry. HEX triplet: CC, 3E and 8F. RGB value is (204,62,143). Sum of RGB (Red+Green+Blue) = 204+62+143=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3E8F is #33C170. Grayscale: #717171. Windows color (decimal): -3391857 or 9387724. OLE color: 9387724.

HSL color Cylindrical-coordinate representation of color #CC3E8F: hue angle of 325.77º 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 #CC3E8F is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB20462143-
CMYK00.700.300.2
HSL325.77º58.2%52.16%-
HSV(B)325.77º69.61%80%-
XYZ31.5818.2727.85-
YUV113.69144.54192.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 62 (24.61% from 255) = 15.16%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=49.88%
G=15.16%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046214300.700.300.2325.7758.252.16
HexCC3E8F0461E141463a34
Octal31476217010636245067264
Binary1100110011111010001111010001101111010100101000110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3E8F; }

 p { color: rgb(204,62,143); }

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

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

 a { background-color: rgb(204,62,143); }

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

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

 span { border-color: rgb(204,62,143); }

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