Html Css Color HEX #CE4481 Mulberry

📋 copy color: '#CE4481'

red 206 ◦ green 68 ◦ blue 129

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

Shades of Mulberry #CE4481

Tints of Mulberry #CE4481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.87%

 BLUE value IS 129 (50.78% from 255) = 32.01%

R = 51.12%
G = 16.87%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE4481 (or 0xCE4481) is known color: Mulberry. HEX triplet: CE, 44 and 81. RGB value is (206,68,129). Sum of RGB (Red+Green+Blue) = 206+68+129=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4481 is #31BB7E. Grayscale: #747474. Windows color (decimal): -3259263 or 8471758. OLE color: 8471758.

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

Color convert

RGB 206 68 129 -
CMYK 0 0.67 0.37 0.19
HSL 333.48º 0.58% 0.54% -
HSV(B) 333.48º 0.67% 0.81% -
XYZ 31.48 18.84 22.75 -
YUV 116.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 206 68 129 0 0.67 0.37 0.19 333.48 0.58 0.54
Hex CE 44 81 0 43 25 13 14D 3A 36
Octal 316 104 201 0 103 45 23 515 72 66
Binary 11001110 1000100 10000001 0 1000011 100101 10011 101001101 111010 110110

Color Harmonies of #CE4481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4481

Black with #CE4481

Text Example


Text Example

White with #CE4481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4481; }

 p { color: rgb(206,68,129); }

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

background-color css

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

 a { background-color: rgb(206,68,129); }

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

border-color css

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

 span { border-color: rgb(206,68,129); }

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