Html Css Color HEX #CC5699 Mulberry

📋 copy color: '#CC5699'

red 204 ◦ green 86 ◦ blue 153

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

Shades of Mulberry #CC5699

Tints of Mulberry #CC5699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.41%

 BLUE value IS 153 (60.16% from 255) = 34.54%

R = 46.05%
G = 19.41%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC5699 (or 0xCC5699) is known color: Mulberry. HEX triplet: CC, 56 and 99. RGB value is (204,86,153). Sum of RGB (Red+Green+Blue) = 204+86+153=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5699 is #33A966. Grayscale: #808080. Windows color (decimal): -3385703 or 10049228. OLE color: 10049228.

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

Color convert

RGB 204 86 153 -
CMYK 0 0.58 0.25 0.2
HSL 325.93º 0.54% 0.57% -
HSV(B) 325.93º 0.58% 0.8% -
XYZ 33.98 21.79 32.55 -
YUV 128.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 204 86 153 0 0.58 0.25 0.2 325.93 0.54 0.57
Hex CC 56 99 0 3A 19 14 146 36 39
Octal 314 126 231 0 72 31 24 506 66 71
Binary 11001100 1010110 10011001 0 111010 11001 10100 101000110 110110 111001

Color Harmonies of #CC5699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5699

Black with #CC5699

Text Example


Text Example

White with #CC5699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5699; }

 p { color: rgb(204,86,153); }

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

background-color css

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

 a { background-color: rgb(204,86,153); }

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

border-color css

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

 span { border-color: rgb(204,86,153); }

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