Html Css Color HEX #CC549E Mulberry

📋 copy color: '#CC549E'

red 204 ◦ green 84 ◦ blue 158

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

Shades of Mulberry #CC549E

Tints of Mulberry #CC549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.83%

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

R = 45.74%
G = 18.83%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC549E (or 0xCC549E) is known color: Mulberry. HEX triplet: CC, 54 and 9E. RGB value is (204,84,158). Sum of RGB (Red+Green+Blue) = 204+84+158=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC549E is #33AB61. Grayscale: #808080. Windows color (decimal): -3386210 or 10376396. OLE color: 10376396.

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

Color convert

RGB 204 84 158 -
CMYK 0 0.59 0.23 0.2
HSL 323º 0.54% 0.56% -
HSV(B) 323º 0.59% 0.8% -
XYZ 34.24 21.65 34.72 -
YUV 128.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 204 84 158 0 0.59 0.23 0.2 323 0.54 0.56
Hex CC 54 9E 0 3B 17 14 143 36 38
Octal 314 124 236 0 73 27 24 503 66 70
Binary 11001100 1010100 10011110 0 111011 10111 10100 101000011 110110 111000

Color Harmonies of #CC549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC549E

Black with #CC549E

Text Example


Text Example

White with #CC549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC549E; }

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

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

background-color css

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

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

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

border-color css

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

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

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