Html Css Color HEX #CE49A2 Mulberry

📋 copy color: '#CE49A2'

red 206 ◦ green 73 ◦ blue 162

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

Shades of Mulberry #CE49A2

Tints of Mulberry #CE49A2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.55%

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

R = 46.71%
G = 16.55%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE49A2 (or 0xCE49A2) is known color: Mulberry. HEX triplet: CE, 49 and A2. RGB value is (206,73,162). Sum of RGB (Red+Green+Blue) = 206+73+162=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE49A2 is #31B65D. Grayscale: #7A7A7A. Windows color (decimal): -3257950 or 10635726. OLE color: 10635726.

HSL color Cylindrical-coordinate representation of color #CE49A2: hue angle of 319.85º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE49A2 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 73 162 -
CMYK 0 0.65 0.21 0.19
HSL 319.85º 0.58% 0.55% -
HSV(B) 319.85º 0.65% 0.81% -
XYZ 34.36 20.5 36.33 -
YUV 122.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 206 73 162 0 0.65 0.21 0.19 319.85 0.58 0.55
Hex CE 49 A2 0 41 15 13 140 3A 37
Octal 316 111 242 0 101 25 23 500 72 67
Binary 11001110 1001001 10100010 0 1000001 10101 10011 101000000 111010 110111

Color Harmonies of #CE49A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49A2

Black with #CE49A2

Text Example


Text Example

White with #CE49A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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