Html Css Color HEX #CC559E Mulberry

📋 copy color: '#CC559E'

red 204 ◦ green 85 ◦ blue 158

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

Shades of Mulberry #CC559E

Tints of Mulberry #CC559E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.35%

R = 45.64%
G = 19.02%
B = 35.35%

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

#CC559E (or 0xCC559E) is known color: Mulberry. HEX triplet: CC, 55 and 9E. RGB value is (204,85,158). Sum of RGB (Red+Green+Blue) = 204+85+158=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC559E is #33AA61. Grayscale: #808080. Windows color (decimal): -3385954 or 10376652. OLE color: 10376652.

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

Color convert

RGB 204 85 158 -
CMYK 0 0.58 0.23 0.2
HSL 323.19º 0.54% 0.57% -
HSV(B) 323.19º 0.58% 0.8% -
XYZ 34.32 21.8 34.75 -
YUV 128.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 204 85 158 0 0.58 0.23 0.2 323.19 0.54 0.57
Hex CC 55 9E 0 3A 17 14 143 36 39
Octal 314 125 236 0 72 27 24 503 66 71
Binary 11001100 1010101 10011110 0 111010 10111 10100 101000011 110110 111001

Color Harmonies of #CC559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC559E

Black with #CC559E

Text Example


Text Example

White with #CC559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC559E; }

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

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

background-color css

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

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

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

border-color css

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

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

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