#CE39BD

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

Shades of Fuchsia #CE39BD

Tints of Fuchsia #CE39BD

Color information

#CE39BD (or 0xCE39BD) is unknown color: approx Fuchsia. HEX triplet: CE, 39 and BD. RGB value is (206,57,189). Sum of RGB (Red+Green+Blue) = 206+57+189=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE39BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39BD is #31C642. Grayscale: #747474. Windows color (decimal): -3262019 or 12401102. OLE color: 12401102.

HSL color Cylindrical-coordinate representation of color #CE39BD: hue angle of 306.85º 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 #CE39BD is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB20657189-
CMYK00.720.080.19
HSL306.85º60.32%51.57%-
HSV(B)306.85º72.33%80.78%-
XYZ36.119.7250.05-
YUV116.6168.86191.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.58%
GREEN value IS 57 (22.66% from 255) = 12.61%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=45.58%
G=12.61%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065718900.720.080.19306.8560.3251.57
HexCE39BD0488131333c34
Octal31671275011010234637464
Binary110011101110011011110101001000100010011100110011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE39BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE39BD; }

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

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

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

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

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

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

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

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