#cc478e

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

Shades of Mulberry #CC478E

Tints of Mulberry #CC478E

Color information

#CC478E (or 0xCC478E) is unknown color: approx Mulberry. HEX triplet: CC, 47 and 8E. RGB value is (204,71,142). Sum of RGB (Red+Green+Blue) = 204+71+142=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC478E is #33B871. Grayscale: #767676. Windows color (decimal): -3389554 or 9324492. OLE color: 9324492.

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

Color convert

RGB20471142-
CMYK00.650.300.2
HSL327.97º56.6%53.92%-
HSV(B)327.97º65.2%80%-
XYZ32.0419.327.63-
YUV118.86141.06188.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 71 (28.12% from 255) = 17.03%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=48.92%
G=17.03%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047114200.650.300.2327.9756.653.92
HexCC478E0411E141483936
Octal314107216010136245107166
Binary11001100100011110001110010000011111010100101001000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc478e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc478e; }

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

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

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

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

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

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

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

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