#ce4abf

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

Shades of Fuchsia #CE4ABF

Tints of Fuchsia #CE4ABF

Color information

#CE4ABF (or 0xCE4ABF) is unknown color: approx Fuchsia. HEX triplet: CE, 4A and BF. RGB value is (206,74,191). Sum of RGB (Red+Green+Blue) = 206+74+191=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4ABF is #31B540. Grayscale: #7E7E7E. Windows color (decimal): -3257665 or 12536526. OLE color: 12536526.

HSL color Cylindrical-coordinate representation of color #CE4ABF: hue angle of 306.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4ABF is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB20674191-
CMYK00.640.070.19
HSL306.82º57.39%54.9%-
HSV(B)306.82º64.08%80.78%-
XYZ37.3121.7851.53-
YUV126.81164.23184.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.74%
GREEN value IS 74 (29.30% from 255) = 15.71%
BLUE value IS 191 (75% from 255) = 40.55%
R=43.74%
G=15.71%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067419100.640.070.19306.8257.3954.9
HexCE4ABF0407131333937
Octal31611227701007234637167
Binary110011101001010101111110100000011110011100110011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce4abf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce4abf; }

 p { color: rgb(206,74,191); }

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

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

 a { background-color: rgb(206,74,191); }

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

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

 span { border-color: rgb(206,74,191); }

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