Html Css Color HEX #CE47A0 Mulberry

📋 copy color: '#CE47A0'

red 206 ◦ green 71 ◦ blue 160

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

Shades of Mulberry #CE47A0

Tints of Mulberry #CE47A0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.25%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 47.14%
G = 16.25%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE47A0 (or 0xCE47A0) is known color: Mulberry. HEX triplet: CE, 47 and A0. RGB value is (206,71,160). Sum of RGB (Red+Green+Blue) = 206+71+160=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE47A0 is #31B85F. Grayscale: #797979. Windows color (decimal): -3258464 or 10504142. OLE color: 10504142.

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

Color convert

RGB 206 71 160 -
CMYK 0 0.66 0.22 0.19
HSL 320.44º 0.58% 0.54% -
HSV(B) 320.44º 0.66% 0.81% -
XYZ 34.05 20.17 35.36 -
YUV 121.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 206 71 160 0 0.66 0.22 0.19 320.44 0.58 0.54
Hex CE 47 A0 0 42 16 13 140 3A 36
Octal 316 107 240 0 102 26 23 500 72 66
Binary 11001110 1000111 10100000 0 1000010 10110 10011 101000000 111010 110110

Color Harmonies of #CE47A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE47A0

Black with #CE47A0

Text Example


Text Example

White with #CE47A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE47A0; }

 p { color: rgb(206,71,160); }

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

background-color css

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

 a { background-color: rgb(206,71,160); }

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

border-color css

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

 span { border-color: rgb(206,71,160); }

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