Html Css Color HEX #CE50A3 Mulberry

📋 copy color: '#CE50A3'

red 206 ◦ green 80 ◦ blue 163

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

Shades of Mulberry #CE50A3

Tints of Mulberry #CE50A3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 163 (64.06% from 255) = 36.3%

R = 45.88%
G = 17.82%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE50A3 (or 0xCE50A3) is known color: Mulberry. HEX triplet: CE, 50 and A3. RGB value is (206,80,163). Sum of RGB (Red+Green+Blue) = 206+80+163=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE50A3 is #31AF5C. Grayscale: #7E7E7E. Windows color (decimal): -3256157 or 10703054. OLE color: 10703054.

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

Color convert

RGB 206 80 163 -
CMYK 0 0.61 0.21 0.19
HSL 320.48º 0.56% 0.56% -
HSV(B) 320.48º 0.61% 0.81% -
XYZ 34.93 21.5 36.96 -
YUV 127.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 206 80 163 0 0.61 0.21 0.19 320.48 0.56 0.56
Hex CE 50 A3 0 3D 15 13 140 38 38
Octal 316 120 243 0 75 25 23 500 70 70
Binary 11001110 1010000 10100011 0 111101 10101 10011 101000000 111000 111000

Color Harmonies of #CE50A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50A3

Black with #CE50A3

Text Example


Text Example

White with #CE50A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50A3; }

 p { color: rgb(206,80,163); }

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

background-color css

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

 a { background-color: rgb(206,80,163); }

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

border-color css

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

 span { border-color: rgb(206,80,163); }

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