Html Css Color HEX #CC4480 Mulberry

📋 copy color: '#CC4480'

red 204 ◦ green 68 ◦ blue 128

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

Shades of Mulberry #CC4480

Tints of Mulberry #CC4480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

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

R = 51%
G = 17%
B = 32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC4480 (or 0xCC4480) is known color: Mulberry. HEX triplet: CC, 44 and 80. RGB value is (204,68,128). Sum of RGB (Red+Green+Blue) = 204+68+128=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4480 is #33BB7F. Grayscale: #737373. Windows color (decimal): -3390336 or 8406220. OLE color: 8406220.

HSL color Cylindrical-coordinate representation of color #CC4480: hue angle of 333.53º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4480 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 68 128 -
CMYK 0 0.67 0.37 0.2
HSL 333.53º 0.57% 0.53% -
HSV(B) 333.53º 0.67% 0.8% -
XYZ 30.87 18.53 22.37 -
YUV 115.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 204 68 128 0 0.67 0.37 0.2 333.53 0.57 0.53
Hex CC 44 80 0 43 25 14 14E 39 35
Octal 314 104 200 0 103 45 24 516 71 65
Binary 11001100 1000100 10000000 0 1000011 100101 10100 101001110 111001 110101

Color Harmonies of #CC4480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4480

Black with #CC4480

Text Example


Text Example

White with #CC4480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4480; }

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

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

background-color css

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

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

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

border-color css

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

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

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