#CC487E

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

Shades of Mulberry #CC487E

Tints of Mulberry #CC487E

Color information

#CC487E (or 0xCC487E) is unknown color: approx Mulberry. HEX triplet: CC, 48 and 7E. RGB value is (204,72,126). Sum of RGB (Red+Green+Blue) = 204+72+126=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC487E is #33B781. Grayscale: #757575. Windows color (decimal): -3389314 or 8276172. OLE color: 8276172.

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

Color convert

RGB20472126-
CMYK00.650.380.2
HSL335.45º56.41%54.12%-
HSV(B)335.45º64.71%80%-
XYZ30.9918.9821.77-
YUV117.62132.73189.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 72 (28.52% from 255) = 17.91%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=50.75%
G=17.91%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047212600.650.380.2335.4556.4154.12
HexCC487E041261414f3836
Octal314110176010146245177066
Binary11001100100100011111100100000110011010100101001111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC487E; }

 p { color: rgb(204,72,126); }

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

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

 a { background-color: rgb(204,72,126); }

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

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

 span { border-color: rgb(204,72,126); }

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