#CE4FBD

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

Shades of Fuchsia #CE4FBD

Tints of Fuchsia #CE4FBD

Color information

#CE4FBD (or 0xCE4FBD) is unknown color: approx Fuchsia. HEX triplet: CE, 4F and BD. RGB value is (206,79,189). Sum of RGB (Red+Green+Blue) = 206+79+189=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FBD is #31B042. Grayscale: #818181. Windows color (decimal): -3256387 or 12406734. OLE color: 12406734.

HSL color Cylindrical-coordinate representation of color #CE4FBD: hue angle of 308.03º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4FBD is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB20679189-
CMYK00.620.080.19
HSL308.03º56.44%55.88%-
HSV(B)308.03º61.65%80.78%-
XYZ37.4322.3950.49-
YUV129.51161.58182.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.46%
GREEN value IS 79 (31.25% from 255) = 16.67%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=43.46%
G=16.67%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067918900.620.080.19308.0356.4455.88
HexCE4FBD03E8131343838
Octal31611727507610234647070
Binary110011101001111101111010111110100010011100110100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4FBD; }

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

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

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

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

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

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

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

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