Html Css Color HEX #CE4181 Mulberry

📋 copy color: '#CE4181'

red 206 ◦ green 65 ◦ blue 129

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

Shades of Mulberry #CE4181

Tints of Mulberry #CE4181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.25%

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

R = 51.5%
G = 16.25%
B = 32.25%

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

#CE4181 (or 0xCE4181) is known color: Mulberry. HEX triplet: CE, 41 and 81. RGB value is (206,65,129). Sum of RGB (Red+Green+Blue) = 206+65+129=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4181 is #31BE7E. Grayscale: #727272. Windows color (decimal): -3260031 or 8470990. OLE color: 8470990.

HSL color Cylindrical-coordinate representation of color #CE4181: hue angle of 332.77º 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 #CE4181 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 129 -
CMYK 0 0.68 0.37 0.19
HSL 332.77º 0.59% 0.53% -
HSV(B) 332.77º 0.68% 0.81% -
XYZ 31.31 18.49 22.69 -
YUV 114.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 206 65 129 0 0.68 0.37 0.19 332.77 0.59 0.53
Hex CE 41 81 0 44 25 13 14D 3B 35
Octal 316 101 201 0 104 45 23 515 73 65
Binary 11001110 1000001 10000001 0 1000100 100101 10011 101001101 111011 110101

Color Harmonies of #CE4181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4181

Black with #CE4181

Text Example


Text Example

White with #CE4181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4181; }

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

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

background-color css

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

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

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

border-color css

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

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

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