Html Css Color HEX #CE50A2 Mulberry

📋 copy color: '#CE50A2'

red 206 ◦ green 80 ◦ blue 162

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

Shades of Mulberry #CE50A2

Tints of Mulberry #CE50A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.16%

R = 45.98%
G = 17.86%
B = 36.16%

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

#CE50A2 (or 0xCE50A2) is known color: Mulberry. HEX triplet: CE, 50 and A2. RGB value is (206,80,162). Sum of RGB (Red+Green+Blue) = 206+80+162=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE50A2 is #31AF5D. Grayscale: #7E7E7E. Windows color (decimal): -3256158 or 10637518. OLE color: 10637518.

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

Color convert

RGB 206 80 162 -
CMYK 0 0.61 0.21 0.19
HSL 320.95º 0.56% 0.56% -
HSV(B) 320.95º 0.61% 0.81% -
XYZ 34.84 21.47 36.49 -
YUV 127.02 147.74 184.33 -
System Red Green Blue C M Y K H S L
Decimal 206 80 162 0 0.61 0.21 0.19 320.95 0.56 0.56
Hex CE 50 A2 0 3D 15 13 141 38 38
Octal 316 120 242 0 75 25 23 501 70 70
Binary 11001110 1010000 10100010 0 111101 10101 10011 101000001 111000 111000

Color Harmonies of #CE50A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50A2

Black with #CE50A2

Text Example


Text Example

White with #CE50A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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