Html Css Color HEX #CE529F Mulberry

📋 copy color: '#CE529F'

red 206 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #CE529F

Tints of Mulberry #CE529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 46.09%
G = 18.34%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE529F (or 0xCE529F) is known color: Mulberry. HEX triplet: CE, 52 and 9F. RGB value is (206,82,159). Sum of RGB (Red+Green+Blue) = 206+82+159=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE529F is #31AD60. Grayscale: #7F7F7F. Windows color (decimal): -3255649 or 10441422. OLE color: 10441422.

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

Color convert

RGB 206 82 159 -
CMYK 0 0.60 0.23 0.19
HSL 322.74º 0.56% 0.56% -
HSV(B) 322.74º 0.6% 0.81% -
XYZ 34.73 21.66 35.15 -
YUV 127.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 206 82 159 0 0.60 0.23 0.19 322.74 0.56 0.56
Hex CE 52 9F 0 3C 17 13 143 38 38
Octal 316 122 237 0 74 27 23 503 70 70
Binary 11001110 1010010 10011111 0 111100 10111 10011 101000011 111000 111000

Color Harmonies of #CE529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE529F

Black with #CE529F

Text Example


Text Example

White with #CE529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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