#CE3B98

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

Shades of Mulberry #CE3B98

Tints of Mulberry #CE3B98

Color information

#CE3B98 (or 0xCE3B98) is unknown color: approx Mulberry. HEX triplet: CE, 3B and 98. RGB value is (206,59,152). Sum of RGB (Red+Green+Blue) = 206+59+152=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3B98 is #31C467. Grayscale: #717171. Windows color (decimal): -3261544 or 9976782. OLE color: 9976782.

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

Color convert

RGB20659152-
CMYK00.710.260.19
HSL322.04º60%51.96%-
HSV(B)322.04º71.36%80.78%-
XYZ32.6918.5231.56-
YUV113.56149.7193.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.40%
GREEN value IS 59 (23.44% from 255) = 14.15%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=49.40%
G=14.15%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065915200.710.260.19322.046051.96
HexCE3B980471A131423c34
Octal31673230010732235027464
Binary1100111011101110011000010001111101010011101000010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3B98; }

 p { color: rgb(206,59,152); }

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

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

 a { background-color: rgb(206,59,152); }

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

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

 span { border-color: rgb(206,59,152); }

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