#CC379C

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

Shades of Mulberry #CC379C

Tints of Mulberry #CC379C

Color information

#CC379C (or 0xCC379C) is unknown color: approx Mulberry. HEX triplet: CC, 37 and 9C. RGB value is (204,55,156). Sum of RGB (Red+Green+Blue) = 204+55+156=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC379C is #33C863. Grayscale: #6E6E6E. Windows color (decimal): -3393636 or 10237900. OLE color: 10237900.

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

Color convert

RGB20455156-
CMYK00.730.240.2
HSL319.33º59.36%50.78%-
HSV(B)319.33º73.04%80%-
XYZ32.2717.9733.22-
YUV111.06153.36194.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 55 (21.88% from 255) = 13.25%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=49.16%
G=13.25%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045515600.730.240.2319.3359.3650.78
HexCC379C049181413f3b33
Octal31467234011130244777363
Binary1100110011011110011100010010011100010100100111111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC379C; }

 p { color: rgb(204,55,156); }

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

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

 a { background-color: rgb(204,55,156); }

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

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

 span { border-color: rgb(204,55,156); }

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