Html Css Color HEX #CE518C Mulberry

📋 copy color: '#CE518C'

red 206 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #CE518C

Tints of Mulberry #CE518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.97%

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 48.24%
G = 18.97%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE518C (or 0xCE518C) is known color: Mulberry. HEX triplet: CE, 51 and 8C. RGB value is (206,81,140). Sum of RGB (Red+Green+Blue) = 206+81+140=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE518C is #31AE73. Grayscale: #7C7C7C. Windows color (decimal): -3255924 or 9195982. OLE color: 9195982.

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

Color convert

RGB 206 81 140 -
CMYK 0 0.61 0.32 0.19
HSL 331.68º 0.56% 0.56% -
HSV(B) 331.68º 0.61% 0.81% -
XYZ 33.13 20.9 27.1 -
YUV 125.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 206 81 140 0 0.61 0.32 0.19 331.68 0.56 0.56
Hex CE 51 8C 0 3D 20 13 14C 38 38
Octal 316 121 214 0 75 40 23 514 70 70
Binary 11001110 1010001 10001100 0 111101 100000 10011 101001100 111000 111000

Color Harmonies of #CE518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE518C

Black with #CE518C

Text Example


Text Example

White with #CE518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE518C; }

 p { color: rgb(206,81,140); }

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

background-color css

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

 a { background-color: rgb(206,81,140); }

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

border-color css

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

 span { border-color: rgb(206,81,140); }

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