Html Css Color HEX #CC548D Mulberry

📋 copy color: '#CC548D'

red 204 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #CC548D

Tints of Mulberry #CC548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 47.55%
G = 19.58%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC548D (or 0xCC548D) is known color: Mulberry. HEX triplet: CC, 54 and 8D. RGB value is (204,84,141). Sum of RGB (Red+Green+Blue) = 204+84+141=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC548D is #33AB72. Grayscale: #7E7E7E. Windows color (decimal): -3386227 or 9262284. OLE color: 9262284.

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

Color convert

RGB 204 84 141 -
CMYK 0 0.59 0.31 0.2
HSL 331.5º 0.54% 0.56% -
HSV(B) 331.5º 0.59% 0.8% -
XYZ 32.88 21.1 27.54 -
YUV 126.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 204 84 141 0 0.59 0.31 0.2 331.5 0.54 0.56
Hex CC 54 8D 0 3B 1F 14 14C 36 38
Octal 314 124 215 0 73 37 24 514 66 70
Binary 11001100 1010100 10001101 0 111011 11111 10100 101001100 110110 111000

Color Harmonies of #CC548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC548D

Black with #CC548D

Text Example


Text Example

White with #CC548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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