Html Css Color HEX #CE4994 Mulberry

📋 copy color: '#CE4994'

red 206 ◦ green 73 ◦ blue 148

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

Shades of Mulberry #CE4994

Tints of Mulberry #CE4994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.1%

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

R = 48.24%
G = 17.1%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE4994 (or 0xCE4994) is known color: Mulberry. HEX triplet: CE, 49 and 94. RGB value is (206,73,148). Sum of RGB (Red+Green+Blue) = 206+73+148=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4994 is #31B66B. Grayscale: #797979. Windows color (decimal): -3257964 or 9718222. OLE color: 9718222.

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

Color convert

RGB 206 73 148 -
CMYK 0 0.65 0.28 0.19
HSL 326.17º 0.58% 0.55% -
HSV(B) 326.17º 0.65% 0.81% -
XYZ 33.18 20.03 30.13 -
YUV 121.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 206 73 148 0 0.65 0.28 0.19 326.17 0.58 0.55
Hex CE 49 94 0 41 1C 13 146 3A 37
Octal 316 111 224 0 101 34 23 506 72 67
Binary 11001110 1001001 10010100 0 1000001 11100 10011 101000110 111010 110111

Color Harmonies of #CE4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4994

Black with #CE4994

Text Example


Text Example

White with #CE4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4994; }

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

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

background-color css

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

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

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

border-color css

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

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

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