Html Css Color HEX #CE538D Mulberry

📋 copy color: '#CE538D'

red 206 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #CE538D

Tints of Mulberry #CE538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.3%

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

R = 47.91%
G = 19.3%
B = 32.79%

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

#CE538D (or 0xCE538D) is known color: Mulberry. HEX triplet: CE, 53 and 8D. RGB value is (206,83,141). Sum of RGB (Red+Green+Blue) = 206+83+141=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE538D is #31AC72. Grayscale: #7E7E7E. Windows color (decimal): -3255411 or 9262030. OLE color: 9262030.

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

Color convert

RGB 206 83 141 -
CMYK 0 0.60 0.32 0.19
HSL 331.71º 0.56% 0.57% -
HSV(B) 331.71º 0.6% 0.81% -
XYZ 33.35 21.23 27.54 -
YUV 126.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 206 83 141 0 0.60 0.32 0.19 331.71 0.56 0.57
Hex CE 53 8D 0 3C 20 13 14C 38 39
Octal 316 123 215 0 74 40 23 514 70 71
Binary 11001110 1010011 10001101 0 111100 100000 10011 101001100 111000 111001

Color Harmonies of #CE538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE538D

Black with #CE538D

Text Example


Text Example

White with #CE538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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