#CE38A2

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

Shades of Mulberry #CE38A2

Tints of Mulberry #CE38A2

Color information

#CE38A2 (or 0xCE38A2) is unknown color: approx Mulberry. HEX triplet: CE, 38 and A2. RGB value is (206,56,162). Sum of RGB (Red+Green+Blue) = 206+56+162=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE38A2 is #31C75D. Grayscale: #707070. Windows color (decimal): -3262302 or 10631374. OLE color: 10631374.

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

Color convert

RGB20656162-
CMYK00.730.210.19
HSL317.6º60.48%51.37%-
HSV(B)317.6º72.82%80.78%-
XYZ33.3918.5636-
YUV112.93155.7194.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.58%
GREEN value IS 56 (22.27% from 255) = 13.21%
BLUE value IS 162 (63.67% from 255) = 38.21%
R=48.58%
G=13.21%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065616200.730.210.19317.660.4851.37
HexCE38A2049151313e3c33
Octal31670242011125234767463
Binary1100111011100010100010010010011010110011100111110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE38A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE38A2; }

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

 H1.HeaderClassName
 {
   color: #CE38A2;
 }
 .AnyTagClassName
 {
   color: #CE38A2;
 }
</style>
background-color css

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

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

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

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

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

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