Html Css Color HEX #CE4EA0 Mulberry

📋 copy color: '#CE4EA0'

red 206 ◦ green 78 ◦ blue 160

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

Shades of Mulberry #CE4EA0

Tints of Mulberry #CE4EA0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.57%

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

R = 46.4%
G = 17.57%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE4EA0 (or 0xCE4EA0) is known color: Mulberry. HEX triplet: CE, 4E and A0. RGB value is (206,78,160). Sum of RGB (Red+Green+Blue) = 206+78+160=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4EA0 is #31B15F. Grayscale: #7D7D7D. Windows color (decimal): -3256672 or 10505934. OLE color: 10505934.

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

Color convert

RGB 206 78 160 -
CMYK 0 0.62 0.22 0.19
HSL 321.56º 0.57% 0.56% -
HSV(B) 321.56º 0.62% 0.81% -
XYZ 34.52 21.11 35.51 -
YUV 125.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 206 78 160 0 0.62 0.22 0.19 321.56 0.57 0.56
Hex CE 4E A0 0 3E 16 13 142 39 38
Octal 316 116 240 0 76 26 23 502 71 70
Binary 11001110 1001110 10100000 0 111110 10110 10011 101000010 111001 111000

Color Harmonies of #CE4EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EA0

Black with #CE4EA0

Text Example


Text Example

White with #CE4EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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