#CE43BD

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

Shades of Fuchsia #CE43BD

Tints of Fuchsia #CE43BD

Color information

#CE43BD (or 0xCE43BD) is unknown color: approx Fuchsia. HEX triplet: CE, 43 and BD. RGB value is (206,67,189). Sum of RGB (Red+Green+Blue) = 206+67+189=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE43BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43BD is #31BC42. Grayscale: #7A7A7A. Windows color (decimal): -3259459 or 12403662. OLE color: 12403662.

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

Color convert

RGB20667189-
CMYK00.670.080.19
HSL307.34º58.65%53.53%-
HSV(B)307.34º67.48%80.78%-
XYZ36.6520.8150.23-
YUV122.47165.55187.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 67 (26.56% from 255) = 14.50%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=44.59%
G=14.50%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066718900.670.080.19307.3458.6553.53
HexCE43BD0438131333b36
Octal316103275010310234637366
Binary1100111010000111011110101000011100010011100110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE43BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE43BD; }

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

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

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

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

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

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

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

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