Html Css Color HEX #CE50A5 Mulberry

📋 copy color: '#CE50A5'

red 206 ◦ green 80 ◦ blue 165

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

Shades of Mulberry #CE50A5

Tints of Mulberry #CE50A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.59%

R = 45.68%
G = 17.74%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE50A5 (or 0xCE50A5) is known color: Mulberry. HEX triplet: CE, 50 and A5. RGB value is (206,80,165). Sum of RGB (Red+Green+Blue) = 206+80+165=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE50A5 is #31AF5A. Grayscale: #7F7F7F. Windows color (decimal): -3256155 or 10834126. OLE color: 10834126.

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

Color convert

RGB 206 80 165 -
CMYK 0 0.61 0.20 0.19
HSL 319.52º 0.56% 0.56% -
HSV(B) 319.52º 0.61% 0.81% -
XYZ 35.11 21.58 37.91 -
YUV 127.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 206 80 165 0 0.61 0.20 0.19 319.52 0.56 0.56
Hex CE 50 A5 0 3D 14 13 140 38 38
Octal 316 120 245 0 75 24 23 500 70 70
Binary 11001110 1010000 10100101 0 111101 10100 10011 101000000 111000 111000

Color Harmonies of #CE50A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50A5

Black with #CE50A5

Text Example


Text Example

White with #CE50A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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