Html Css Color HEX #CE4B84 Mulberry

📋 copy color: '#CE4B84'

red 206 ◦ green 75 ◦ blue 132

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

Shades of Mulberry #CE4B84

Tints of Mulberry #CE4B84

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.16%

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 49.88%
G = 18.16%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE4B84 (or 0xCE4B84) is known color: Mulberry. HEX triplet: CE, 4B and 84. RGB value is (206,75,132). Sum of RGB (Red+Green+Blue) = 206+75+132=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4B84 is #31B47B. Grayscale: #787878. Windows color (decimal): -3257468 or 8670158. OLE color: 8670158.

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

Color convert

RGB 206 75 132 -
CMYK 0 0.64 0.36 0.19
HSL 333.89º 0.57% 0.55% -
HSV(B) 333.89º 0.64% 0.81% -
XYZ 32.13 19.82 23.96 -
YUV 120.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 206 75 132 0 0.64 0.36 0.19 333.89 0.57 0.55
Hex CE 4B 84 0 40 24 13 14E 39 37
Octal 316 113 204 0 100 44 23 516 71 67
Binary 11001110 1001011 10000100 0 1000000 100100 10011 101001110 111001 110111

Color Harmonies of #CE4B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B84

Black with #CE4B84

Text Example


Text Example

White with #CE4B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B84; }

 p { color: rgb(206,75,132); }

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

background-color css

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

 a { background-color: rgb(206,75,132); }

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

border-color css

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

 span { border-color: rgb(206,75,132); }

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