Html Css Color HEX #CE528D Mulberry

📋 copy color: '#CE528D'

red 206 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #CE528D

Tints of Mulberry #CE528D

RGB

 RED value IS 206 (80.86% from 255) = 48.02%

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

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

R = 48.02%
G = 19.11%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE528D (or 0xCE528D) is known color: Mulberry. HEX triplet: CE, 52 and 8D. RGB value is (206,82,141). Sum of RGB (Red+Green+Blue) = 206+82+141=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE528D is #31AD72. Grayscale: #7D7D7D. Windows color (decimal): -3255667 or 9261774. OLE color: 9261774.

HSL color Cylindrical-coordinate representation of color #CE528D: hue angle of 331.45º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE528D is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 82 141 -
CMYK 0 0.60 0.32 0.19
HSL 331.45º 0.56% 0.56% -
HSV(B) 331.45º 0.6% 0.81% -
XYZ 33.28 21.08 27.51 -
YUV 125.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 206 82 141 0 0.60 0.32 0.19 331.45 0.56 0.56
Hex CE 52 8D 0 3C 20 13 14B 38 38
Octal 316 122 215 0 74 40 23 513 70 70
Binary 11001110 1010010 10001101 0 111100 100000 10011 101001011 111000 111000

Color Harmonies of #CE528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE528D

Black with #CE528D

Text Example


Text Example

White with #CE528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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