Html Css Color HEX #CE4D82 Mulberry

📋 copy color: '#CE4D82'

red 206 ◦ green 77 ◦ blue 130

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

Shades of Mulberry #CE4D82

Tints of Mulberry #CE4D82

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

 BLUE value IS 130 (51.17% from 255) = 31.48%

R = 49.88%
G = 18.64%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE4D82 (or 0xCE4D82) is known color: Mulberry. HEX triplet: CE, 4D and 82. RGB value is (206,77,130). Sum of RGB (Red+Green+Blue) = 206+77+130=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4D82 is #31B27D. Grayscale: #797979. Windows color (decimal): -3256958 or 8539598. OLE color: 8539598.

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

Color convert

RGB 206 77 130 -
CMYK 0 0.63 0.37 0.19
HSL 335.35º 0.57% 0.55% -
HSV(B) 335.35º 0.63% 0.81% -
XYZ 32.14 20.04 23.29 -
YUV 121.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 206 77 130 0 0.63 0.37 0.19 335.35 0.57 0.55
Hex CE 4D 82 0 3F 25 13 14F 39 37
Octal 316 115 202 0 77 45 23 517 71 67
Binary 11001110 1001101 10000010 0 111111 100101 10011 101001111 111001 110111

Color Harmonies of #CE4D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D82

Black with #CE4D82

Text Example


Text Example

White with #CE4D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D82; }

 p { color: rgb(206,77,130); }

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

background-color css

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

 a { background-color: rgb(206,77,130); }

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

border-color css

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

 span { border-color: rgb(206,77,130); }

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