Html Css Color HEX #CC4988 Mulberry

📋 copy color: '#CC4988'

red 204 ◦ green 73 ◦ blue 136

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

Shades of Mulberry #CC4988

Tints of Mulberry #CC4988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.68%

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 49.39%
G = 17.68%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC4988 (or 0xCC4988) is known color: Mulberry. HEX triplet: CC, 49 and 88. RGB value is (204,73,136). Sum of RGB (Red+Green+Blue) = 204+73+136=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4988 is #33B677. Grayscale: #777777. Windows color (decimal): -3389048 or 8931788. OLE color: 8931788.

HSL color Cylindrical-coordinate representation of color #CC4988: hue angle of 331.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4988 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 73 136 -
CMYK 0 0.64 0.33 0.2
HSL 331.15º 0.56% 0.54% -
HSV(B) 331.15º 0.64% 0.8% -
XYZ 31.73 19.38 25.36 -
YUV 119.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 204 73 136 0 0.64 0.33 0.2 331.15 0.56 0.54
Hex CC 49 88 0 40 21 14 14B 38 36
Octal 314 111 210 0 100 41 24 513 70 66
Binary 11001100 1001001 10001000 0 1000000 100001 10100 101001011 111000 110110

Color Harmonies of #CC4988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4988

Black with #CC4988

Text Example


Text Example

White with #CC4988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4988; }

 p { color: rgb(204,73,136); }

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

background-color css

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

 a { background-color: rgb(204,73,136); }

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

border-color css

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

 span { border-color: rgb(204,73,136); }

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