Html Css Color HEX #CC548A Mulberry

📋 copy color: '#CC548A'

red 204 ◦ green 84 ◦ blue 138

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

Shades of Mulberry #CC548A

Tints of Mulberry #CC548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 47.89%
G = 19.72%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC548A (or 0xCC548A) is known color: Mulberry. HEX triplet: CC, 54 and 8A. RGB value is (204,84,138). Sum of RGB (Red+Green+Blue) = 204+84+138=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC548A is #33AB75. Grayscale: #7D7D7D. Windows color (decimal): -3386230 or 9065676. OLE color: 9065676.

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

Color convert

RGB 204 84 138 -
CMYK 0 0.59 0.32 0.2
HSL 333º 0.54% 0.56% -
HSV(B) 333º 0.59% 0.8% -
XYZ 32.66 21.01 26.38 -
YUV 126.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 204 84 138 0 0.59 0.32 0.2 333 0.54 0.56
Hex CC 54 8A 0 3B 20 14 14D 36 38
Octal 314 124 212 0 73 40 24 515 66 70
Binary 11001100 1010100 10001010 0 111011 100000 10100 101001101 110110 111000

Color Harmonies of #CC548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC548A

Black with #CC548A

Text Example


Text Example

White with #CC548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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