#cc478f

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

Shades of Mulberry #CC478F

Tints of Mulberry #CC478F

Color information

#CC478F (or 0xCC478F) is unknown color: approx Mulberry. HEX triplet: CC, 47 and 8F. RGB value is (204,71,143). Sum of RGB (Red+Green+Blue) = 204+71+143=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC478F is #33B870. Grayscale: #767676. Windows color (decimal): -3389553 or 9390028. OLE color: 9390028.

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

Color convert

RGB20471143-
CMYK00.650.300.2
HSL327.52º56.6%53.92%-
HSV(B)327.52º65.2%80%-
XYZ32.1119.3328.02-
YUV118.98141.56188.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 71 (28.12% from 255) = 16.99%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=48.80%
G=16.99%
B=34.21%

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
Decimal2047114300.650.300.2327.5256.653.92
HexCC478F0411E141483936
Octal314107217010136245107166
Binary11001100100011110001111010000011111010100101001000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc478f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc478f; }

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

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

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

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

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

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

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

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