Html Css Color HEX #CC4484 Mulberry

📋 copy color: '#CC4484'

red 204 ◦ green 68 ◦ blue 132

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

Shades of Mulberry #CC4484

Tints of Mulberry #CC4484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 50.5%
G = 16.83%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC4484 (or 0xCC4484) is known color: Mulberry. HEX triplet: CC, 44 and 84. RGB value is (204,68,132). Sum of RGB (Red+Green+Blue) = 204+68+132=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4484 is #33BB7B. Grayscale: #737373. Windows color (decimal): -3390332 or 8668364. OLE color: 8668364.

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

Color convert

RGB 204 68 132 -
CMYK 0 0.67 0.35 0.2
HSL 331.76º 0.57% 0.53% -
HSV(B) 331.76º 0.67% 0.8% -
XYZ 31.13 18.64 23.79 -
YUV 115.96 137.06 190.8 -
System Red Green Blue C M Y K H S L
Decimal 204 68 132 0 0.67 0.35 0.2 331.76 0.57 0.53
Hex CC 44 84 0 43 23 14 14C 39 35
Octal 314 104 204 0 103 43 24 514 71 65
Binary 11001100 1000100 10000100 0 1000011 100011 10100 101001100 111001 110101

Color Harmonies of #CC4484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4484

Black with #CC4484

Text Example


Text Example

White with #CC4484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4484; }

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

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

background-color css

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

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

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

border-color css

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

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

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