#CC519B

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

Shades of Mulberry #CC519B

Tints of Mulberry #CC519B

Color information

#CC519B (or 0xCC519B) is unknown color: approx Mulberry. HEX triplet: CC, 51 and 9B. RGB value is (204,81,155). Sum of RGB (Red+Green+Blue) = 204+81+155=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC519B is #33AE64. Grayscale: #7E7E7E. Windows color (decimal): -3386981 or 10179020. OLE color: 10179020.

HSL color Cylindrical-coordinate representation of color #CC519B: hue angle of 323.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC519B is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB20481155-
CMYK00.600.240.2
HSL323.9º54.67%55.88%-
HSV(B)323.9º60.29%80%-
XYZ33.7621.0933.3-
YUV126.21144.25183.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=46.36%
G=18.41%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048115500.600.240.2323.954.6755.88
HexCC519B03C18141443738
Octal31412123307430245046770
Binary1100110010100011001101101111001100010100101000100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC519B; }

 p { color: rgb(204,81,155); }

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

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

 a { background-color: rgb(204,81,155); }

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

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

 span { border-color: rgb(204,81,155); }

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