Html Css Color HEX #CE529D Mulberry

📋 copy color: '#CE529D'

red 206 ◦ green 82 ◦ blue 157

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

Shades of Mulberry #CE529D

Tints of Mulberry #CE529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 46.29%
G = 18.43%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE529D (or 0xCE529D) is known color: Mulberry. HEX triplet: CE, 52 and 9D. RGB value is (206,82,157). Sum of RGB (Red+Green+Blue) = 206+82+157=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE529D is #31AD62. Grayscale: #7F7F7F. Windows color (decimal): -3255651 or 10310350. OLE color: 10310350.

HSL color Cylindrical-coordinate representation of color #CE529D: hue angle of 323.71º 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 #CE529D is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 82 157 -
CMYK 0 0.60 0.24 0.19
HSL 323.71º 0.56% 0.56% -
HSV(B) 323.71º 0.6% 0.81% -
XYZ 34.56 21.59 34.24 -
YUV 127.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 206 82 157 0 0.60 0.24 0.19 323.71 0.56 0.56
Hex CE 52 9D 0 3C 18 13 144 38 38
Octal 316 122 235 0 74 30 23 504 70 70
Binary 11001110 1010010 10011101 0 111100 11000 10011 101000100 111000 111000

Color Harmonies of #CE529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE529D

Black with #CE529D

Text Example


Text Example

White with #CE529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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