Html Css Color HEX #CE5190 Mulberry

📋 copy color: '#CE5190'

red 206 ◦ green 81 ◦ blue 144

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

Shades of Mulberry #CE5190

Tints of Mulberry #CE5190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.41%

R = 47.8%
G = 18.79%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE5190 (or 0xCE5190) is known color: Mulberry. HEX triplet: CE, 51 and 90. RGB value is (206,81,144). Sum of RGB (Red+Green+Blue) = 206+81+144=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5190 is #31AE6F. Grayscale: #7D7D7D. Windows color (decimal): -3255920 or 9458126. OLE color: 9458126.

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

Color convert

RGB 206 81 144 -
CMYK 0 0.61 0.30 0.19
HSL 329.76º 0.56% 0.56% -
HSV(B) 329.76º 0.61% 0.81% -
XYZ 33.43 21.02 28.68 -
YUV 125.56 138.41 185.38 -
System Red Green Blue C M Y K H S L
Decimal 206 81 144 0 0.61 0.30 0.19 329.76 0.56 0.56
Hex CE 51 90 0 3D 1E 13 14A 38 38
Octal 316 121 220 0 75 36 23 512 70 70
Binary 11001110 1010001 10010000 0 111101 11110 10011 101001010 111000 111000

Color Harmonies of #CE5190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5190

Black with #CE5190

Text Example


Text Example

White with #CE5190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5190; }

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

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

background-color css

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

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

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

border-color css

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

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

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