Html Css Color HEX #CC528D Mulberry

📋 copy color: '#CC528D'

red 204 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #CC528D

Tints of Mulberry #CC528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.2%

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

R = 47.78%
G = 19.2%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC528D (or 0xCC528D) is known color: Mulberry. HEX triplet: CC, 52 and 8D. RGB value is (204,82,141). Sum of RGB (Red+Green+Blue) = 204+82+141=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC528D is #33AD72. Grayscale: #7D7D7D. Windows color (decimal): -3386739 or 9261772. OLE color: 9261772.

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

Color convert

RGB 204 82 141 -
CMYK 0 0.60 0.31 0.2
HSL 330.98º 0.54% 0.56% -
HSV(B) 330.98º 0.6% 0.8% -
XYZ 32.73 20.8 27.49 -
YUV 125.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 204 82 141 0 0.60 0.31 0.2 330.98 0.54 0.56
Hex CC 52 8D 0 3C 1F 14 14B 36 38
Octal 314 122 215 0 74 37 24 513 66 70
Binary 11001100 1010010 10001101 0 111100 11111 10100 101001011 110110 111000

Color Harmonies of #CC528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC528D

Black with #CC528D

Text Example


Text Example

White with #CC528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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