Html Css Color HEX #CE4281 Mulberry

📋 copy color: '#CE4281'

red 206 ◦ green 66 ◦ blue 129

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

Shades of Mulberry #CE4281

Tints of Mulberry #CE4281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.46%

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

R = 51.37%
G = 16.46%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE4281 (or 0xCE4281) is known color: Mulberry. HEX triplet: CE, 42 and 81. RGB value is (206,66,129). Sum of RGB (Red+Green+Blue) = 206+66+129=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4281 is #31BD7E. Grayscale: #727272. Windows color (decimal): -3259775 or 8471246. OLE color: 8471246.

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

Color convert

RGB 206 66 129 -
CMYK 0 0.68 0.37 0.19
HSL 333º 0.59% 0.53% -
HSV(B) 333º 0.68% 0.81% -
XYZ 31.36 18.6 22.71 -
YUV 115.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 206 66 129 0 0.68 0.37 0.19 333 0.59 0.53
Hex CE 42 81 0 44 25 13 14D 3B 35
Octal 316 102 201 0 104 45 23 515 73 65
Binary 11001110 1000010 10000001 0 1000100 100101 10011 101001101 111011 110101

Color Harmonies of #CE4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4281

Black with #CE4281

Text Example


Text Example

White with #CE4281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4281; }

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

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

background-color css

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

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

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

border-color css

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

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

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