Html Css Color HEX #CE528A Mulberry

📋 copy color: '#CE528A'

red 206 ◦ green 82 ◦ blue 138

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

Shades of Mulberry #CE528A

Tints of Mulberry #CE528A

RGB

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

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

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

R = 48.36%
G = 19.25%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE528A (or 0xCE528A) is known color: Mulberry. HEX triplet: CE, 52 and 8A. RGB value is (206,82,138). Sum of RGB (Red+Green+Blue) = 206+82+138=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE528A is #31AD75. Grayscale: #7D7D7D. Windows color (decimal): -3255670 or 9065166. OLE color: 9065166.

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

Color convert

RGB 206 82 138 -
CMYK 0 0.60 0.33 0.19
HSL 332.9º 0.56% 0.56% -
HSV(B) 332.9º 0.6% 0.81% -
XYZ 33.06 20.99 26.35 -
YUV 125.46 135.08 185.45 -
System Red Green Blue C M Y K H S L
Decimal 206 82 138 0 0.60 0.33 0.19 332.9 0.56 0.56
Hex CE 52 8A 0 3C 21 13 14D 38 38
Octal 316 122 212 0 74 41 23 515 70 70
Binary 11001110 1010010 10001010 0 111100 100001 10011 101001101 111000 111000

Color Harmonies of #CE528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE528A

Black with #CE528A

Text Example


Text Example

White with #CE528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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