Html Css Color HEX #CE4BA1 Mulberry

📋 copy color: '#CE4BA1'

red 206 ◦ green 75 ◦ blue 161

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

Shades of Mulberry #CE4BA1

Tints of Mulberry #CE4BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.97%

 BLUE value IS 161 (63.28% from 255) = 36.43%

R = 46.61%
G = 16.97%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE4BA1 (or 0xCE4BA1) is known color: Mulberry. HEX triplet: CE, 4B and A1. RGB value is (206,75,161). Sum of RGB (Red+Green+Blue) = 206+75+161=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4BA1 is #31B45E. Grayscale: #7B7B7B. Windows color (decimal): -3257439 or 10570702. OLE color: 10570702.

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

Color convert

RGB 206 75 161 -
CMYK 0 0.64 0.22 0.19
HSL 320.61º 0.57% 0.55% -
HSV(B) 320.61º 0.64% 0.81% -
XYZ 34.4 20.73 35.91 -
YUV 123.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 206 75 161 0 0.64 0.22 0.19 320.61 0.57 0.55
Hex CE 4B A1 0 40 16 13 141 39 37
Octal 316 113 241 0 100 26 23 501 71 67
Binary 11001110 1001011 10100001 0 1000000 10110 10011 101000001 111001 110111

Color Harmonies of #CE4BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BA1

Black with #CE4BA1

Text Example


Text Example

White with #CE4BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BA1; }

 p { color: rgb(206,75,161); }

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

background-color css

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

 a { background-color: rgb(206,75,161); }

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

border-color css

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

 span { border-color: rgb(206,75,161); }

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