Html Css Color HEX #CC559D Mulberry

📋 copy color: '#CC559D'

red 204 ◦ green 85 ◦ blue 157

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

Shades of Mulberry #CC559D

Tints of Mulberry #CC559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 45.74%
G = 19.06%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC559D (or 0xCC559D) is known color: Mulberry. HEX triplet: CC, 55 and 9D. RGB value is (204,85,157). Sum of RGB (Red+Green+Blue) = 204+85+157=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC559D is #33AA62. Grayscale: #808080. Windows color (decimal): -3385955 or 10311116. OLE color: 10311116.

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

Color convert

RGB 204 85 157 -
CMYK 0 0.58 0.23 0.2
HSL 323.7º 0.54% 0.57% -
HSV(B) 323.7º 0.58% 0.8% -
XYZ 34.24 21.77 34.3 -
YUV 128.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 204 85 157 0 0.58 0.23 0.2 323.7 0.54 0.57
Hex CC 55 9D 0 3A 17 14 144 36 39
Octal 314 125 235 0 72 27 24 504 66 71
Binary 11001100 1010101 10011101 0 111010 10111 10100 101000100 110110 111001

Color Harmonies of #CC559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC559D

Black with #CC559D

Text Example


Text Example

White with #CC559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC559D; }

 p { color: rgb(204,85,157); }

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

background-color css

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

 a { background-color: rgb(204,85,157); }

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

border-color css

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

 span { border-color: rgb(204,85,157); }

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