Html Css Color HEX #CE4081 Mulberry

📋 copy color: '#CE4081'

red 206 ◦ green 64 ◦ blue 129

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

Shades of Mulberry #CE4081

Tints of Mulberry #CE4081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.04%

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

R = 51.63%
G = 16.04%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE4081 (or 0xCE4081) is known color: Mulberry. HEX triplet: CE, 40 and 81. RGB value is (206,64,129). Sum of RGB (Red+Green+Blue) = 206+64+129=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4081 is #31BF7E. Grayscale: #717171. Windows color (decimal): -3260287 or 8470734. OLE color: 8470734.

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

Color convert

RGB 206 64 129 -
CMYK 0 0.69 0.37 0.19
HSL 332.54º 0.59% 0.53% -
HSV(B) 332.54º 0.69% 0.81% -
XYZ 31.25 18.37 22.67 -
YUV 113.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 206 64 129 0 0.69 0.37 0.19 332.54 0.59 0.53
Hex CE 40 81 0 45 25 13 14D 3B 35
Octal 316 100 201 0 105 45 23 515 73 65
Binary 11001110 1000000 10000001 0 1000101 100101 10011 101001101 111011 110101

Color Harmonies of #CE4081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4081

Black with #CE4081

Text Example


Text Example

White with #CE4081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4081; }

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

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

background-color css

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

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

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

border-color css

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

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

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