Html Css Color HEX #CC5884 Mulberry

📋 copy color: '#CC5884'

red 204 ◦ green 88 ◦ blue 132

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

Shades of Mulberry #CC5884

Tints of Mulberry #CC5884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.75%

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

R = 48.11%
G = 20.75%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC5884 (or 0xCC5884) is known color: Mulberry. HEX triplet: CC, 58 and 84. RGB value is (204,88,132). Sum of RGB (Red+Green+Blue) = 204+88+132=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5884 is #33A77B. Grayscale: #7F7F7F. Windows color (decimal): -3385212 or 8673484. OLE color: 8673484.

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

Color convert

RGB 204 88 132 -
CMYK 0 0.57 0.35 0.2
HSL 337.24º 0.53% 0.57% -
HSV(B) 337.24º 0.57% 0.8% -
XYZ 32.56 21.48 24.26 -
YUV 127.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 204 88 132 0 0.57 0.35 0.2 337.24 0.53 0.57
Hex CC 58 84 0 39 23 14 151 35 39
Octal 314 130 204 0 71 43 24 521 65 71
Binary 11001100 1011000 10000100 0 111001 100011 10100 101010001 110101 111001

Color Harmonies of #CC5884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5884

Black with #CC5884

Text Example


Text Example

White with #CC5884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5884; }

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

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

background-color css

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

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

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

border-color css

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

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

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