Html Css Color HEX #CE5994 Mulberry

📋 copy color: '#CE5994'

red 206 ◦ green 89 ◦ blue 148

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

Shades of Mulberry #CE5994

Tints of Mulberry #CE5994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.09%

 BLUE value IS 148 (58.2% from 255) = 33.41%

R = 46.5%
G = 20.09%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE5994 (or 0xCE5994) is known color: Mulberry. HEX triplet: CE, 59 and 94. RGB value is (206,89,148). Sum of RGB (Red+Green+Blue) = 206+89+148=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5994 is #31A66B. Grayscale: #828282. Windows color (decimal): -3253868 or 9722318. OLE color: 9722318.

HSL color Cylindrical-coordinate representation of color #CE5994: hue angle of 329.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5994 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 89 148 -
CMYK 0 0.57 0.28 0.19
HSL 329.74º 0.54% 0.58% -
HSV(B) 329.74º 0.57% 0.81% -
XYZ 34.37 22.4 30.53 -
YUV 130.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 206 89 148 0 0.57 0.28 0.19 329.74 0.54 0.58
Hex CE 59 94 0 39 1C 13 14A 36 3A
Octal 316 131 224 0 71 34 23 512 66 72
Binary 11001110 1011001 10010100 0 111001 11100 10011 101001010 110110 111010

Color Harmonies of #CE5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5994

Black with #CE5994

Text Example


Text Example

White with #CE5994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5994; }

 p { color: rgb(206,89,148); }

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

background-color css

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

 a { background-color: rgb(206,89,148); }

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

border-color css

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

 span { border-color: rgb(206,89,148); }

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