#CE417F

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

Shades of Mulberry #CE417F

Tints of Mulberry #CE417F

Color information

#CE417F (or 0xCE417F) is unknown color: approx Mulberry. HEX triplet: CE, 41 and 7F. RGB value is (206,65,127). Sum of RGB (Red+Green+Blue) = 206+65+127=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE417F is #31BE80. Grayscale: #727272. Windows color (decimal): -3260033 or 8339918. OLE color: 8339918.

HSL color Cylindrical-coordinate representation of color #CE417F: hue angle of 333.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE417F is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB20665127-
CMYK00.680.380.19
HSL333.62º59%53.14%-
HSV(B)333.62º68.45%80.78%-
XYZ31.1718.4321.99-
YUV114.23135.21193.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.76%
GREEN value IS 65 (25.78% from 255) = 16.33%
BLUE value IS 127 (50% from 255) = 31.91%
R=51.76%
G=16.33%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066512700.680.380.19333.625953.14
HexCE417F044261314e3b35
Octal316101177010446235167365
Binary11001110100000111111110100010010011010011101001110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE417F; }

 p { color: rgb(206,65,127); }

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

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

 a { background-color: rgb(206,65,127); }

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

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

 span { border-color: rgb(206,65,127); }

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