Html Css Color HEX #CE4F82 Mulberry

📋 copy color: '#CE4F82'

red 206 ◦ green 79 ◦ blue 130

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

Shades of Mulberry #CE4F82

Tints of Mulberry #CE4F82

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.04%

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

R = 49.64%
G = 19.04%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE4F82 (or 0xCE4F82) is known color: Mulberry. HEX triplet: CE, 4F and 82. RGB value is (206,79,130). Sum of RGB (Red+Green+Blue) = 206+79+130=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4F82 is #31B07D. Grayscale: #7A7A7A. Windows color (decimal): -3256446 or 8540110. OLE color: 8540110.

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

Color convert

RGB 206 79 130 -
CMYK 0 0.62 0.37 0.19
HSL 335.91º 0.56% 0.56% -
HSV(B) 335.91º 0.62% 0.81% -
XYZ 32.28 20.33 23.34 -
YUV 122.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 206 79 130 0 0.62 0.37 0.19 335.91 0.56 0.56
Hex CE 4F 82 0 3E 25 13 150 38 38
Octal 316 117 202 0 76 45 23 520 70 70
Binary 11001110 1001111 10000010 0 111110 100101 10011 101010000 111000 111000

Color Harmonies of #CE4F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4F82

Black with #CE4F82

Text Example


Text Example

White with #CE4F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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