#CC508F

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

Shades of Mulberry #CC508F

Tints of Mulberry #CC508F

Color information

#CC508F (or 0xCC508F) is unknown color: approx Mulberry. HEX triplet: CC, 50 and 8F. RGB value is (204,80,143). Sum of RGB (Red+Green+Blue) = 204+80+143=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC508F is #33AF70. Grayscale: #7C7C7C. Windows color (decimal): -3387249 or 9392332. OLE color: 9392332.

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

Color convert

RGB20480143-
CMYK00.610.300.2
HSL329.52º54.87%55.69%-
HSV(B)329.52º60.78%80%-
XYZ32.7320.5628.23-
YUV124.26138.58184.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=47.78%
G=18.74%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048014300.610.300.2329.5254.8755.69
HexCC508F03D1E1414a3738
Octal31412021707536245126770
Binary1100110010100001000111101111011111010100101001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC508F; }

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

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

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

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

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

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

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

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