#CC518F

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

Shades of Mulberry #CC518F

Tints of Mulberry #CC518F

Color information

#CC518F (or 0xCC518F) is unknown color: approx Mulberry. HEX triplet: CC, 51 and 8F. RGB value is (204,81,143). Sum of RGB (Red+Green+Blue) = 204+81+143=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC518F is #33AE70. Grayscale: #7C7C7C. Windows color (decimal): -3386993 or 9392588. OLE color: 9392588.

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

Color convert

RGB20481143-
CMYK00.600.300.2
HSL329.76º54.67%55.88%-
HSV(B)329.76º60.29%80%-
XYZ32.820.7128.25-
YUV124.84138.25184.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 81 (32.03% from 255) = 18.93%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=47.66%
G=18.93%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048114300.600.300.2329.7654.6755.88
HexCC518F03C1E1414a3738
Octal31412121707436245126770
Binary1100110010100011000111101111001111010100101001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC518F; }

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

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

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

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

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

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

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

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