Html Css Color HEX #CC4780 Mulberry

📋 copy color: '#CC4780'

red 204 ◦ green 71 ◦ blue 128

#CC4780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CC4780

Tints of Mulberry #CC4780

RGB

 RED value IS 204 (80.08% from 255) = 50.62%

 GREEN value IS 71 (28.13% from 255) = 17.62%

 BLUE value IS 128 (50.39% from 255) = 31.76%

R = 50.62%
G = 17.62%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC4780 (or 0xCC4780) is known color: Mulberry. HEX triplet: CC, 47 and 80. RGB value is (204,71,128). Sum of RGB (Red+Green+Blue) = 204+71+128=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4780 is #33B87F. Grayscale: #757575. Windows color (decimal): -3389568 or 8406988. OLE color: 8406988.

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

Color convert

RGB 204 71 128 -
CMYK 0 0.65 0.37 0.2
HSL 334.29º 0.57% 0.54% -
HSV(B) 334.29º 0.65% 0.8% -
XYZ 31.05 18.9 22.43 -
YUV 117.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 204 71 128 0 0.65 0.37 0.2 334.29 0.57 0.54
Hex CC 47 80 0 41 25 14 14E 39 36
Octal 314 107 200 0 101 45 24 516 71 66
Binary 11001100 1000111 10000000 0 1000001 100101 10100 101001110 111001 110110

Color Harmonies of #CC4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4780

Black with #CC4780

Text Example


Text Example

White with #CC4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4780; }

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

 H1.HeaderClassName
 {
   color: #CC4780;
 }
 .AnyTagClassName
 {
   color: #CC4780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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