#cc508e

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

Shades of Mulberry #CC508E

Tints of Mulberry #CC508E

Color information

#CC508E (or 0xCC508E) is unknown color: approx Mulberry. HEX triplet: CC, 50 and 8E. RGB value is (204,80,142). Sum of RGB (Red+Green+Blue) = 204+80+142=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC508E is #33AF71. Grayscale: #7C7C7C. Windows color (decimal): -3387250 or 9326796. OLE color: 9326796.

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

Color convert

RGB20480142-
CMYK00.610.300.2
HSL330º54.87%55.69%-
HSV(B)330º60.78%80%-
XYZ32.6520.5327.83-
YUV124.14138.08184.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 80 (31.64% from 255) = 18.78%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=47.89%
G=18.78%
B=33.33%

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
Decimal2048014200.610.300.233054.8755.69
HexCC508E03D1E1414a3738
Octal31412021607536245126770
Binary1100110010100001000111001111011111010100101001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc508e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc508e; }

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

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

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

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

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

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

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

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