#CC3D8A

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

Shades of Mulberry #CC3D8A

Tints of Mulberry #CC3D8A

Color information

#CC3D8A (or 0xCC3D8A) is unknown color: approx Mulberry. HEX triplet: CC, 3D and 8A. RGB value is (204,61,138). Sum of RGB (Red+Green+Blue) = 204+61+138=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3D8A is #33C275. Grayscale: #707070. Windows color (decimal): -3392118 or 9059788. OLE color: 9059788.

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

Color convert

RGB20461138-
CMYK00.700.320.2
HSL327.69º58.37%51.96%-
HSV(B)327.69º70.1%80%-
XYZ31.1618.0125.88-
YUV112.54142.38193.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 61 (24.22% from 255) = 15.14%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=50.62%
G=15.14%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046113800.700.320.2327.6958.3751.96
HexCC3D8A04620141483a34
Octal31475212010640245107264
Binary11001100111101100010100100011010000010100101001000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3D8A; }

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

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

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

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

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

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

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

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