#CE39BC

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

Shades of Fuchsia #CE39BC

Tints of Fuchsia #CE39BC

Color information

#CE39BC (or 0xCE39BC) is unknown color: approx Fuchsia. HEX triplet: CE, 39 and BC. RGB value is (206,57,188). Sum of RGB (Red+Green+Blue) = 206+57+188=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE39BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39BC is #31C643. Grayscale: #747474. Windows color (decimal): -3262020 or 12335566. OLE color: 12335566.

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

Color convert

RGB20657188-
CMYK00.720.090.19
HSL307.25º60.32%51.57%-
HSV(B)307.25º72.33%80.78%-
XYZ35.9919.6849.48-
YUV116.48168.36191.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 57 (22.66% from 255) = 12.64%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=45.68%
G=12.64%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065718800.720.090.19307.2560.3251.57
HexCE39BC0489131333c34
Octal31671274011011234637464
Binary110011101110011011110001001000100110011100110011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE39BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE39BC; }

 p { color: rgb(206,57,188); }

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

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

 a { background-color: rgb(206,57,188); }

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

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

 span { border-color: rgb(206,57,188); }

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