#CE4BA1

Color #CE4BA1 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CE4BA1

Tints of Mulberry #CE4BA1

Color information

#CE4BA1 (or 0xCE4BA1) is unknown color: approx 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

RGB20675161-
CMYK00.640.220.19
HSL320.61º57.21%55.1%-
HSV(B)320.61º63.59%80.78%-
XYZ34.420.7335.91-
YUV123.97148.9186.51-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067516100.640.220.19320.6157.2155.1
HexCE4BA104016131413937
Octal316113241010026235017167
Binary11001110100101110100001010000001011010011101000001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>