#CE4BBA

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

Shades of Fuchsia #CE4BBA

Tints of Fuchsia #CE4BBA

Color information

#CE4BBA (or 0xCE4BBA) is unknown color: approx Fuchsia. HEX triplet: CE, 4B and BA. RGB value is (206,75,186). Sum of RGB (Red+Green+Blue) = 206+75+186=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BBA is #31B445. Grayscale: #7E7E7E. Windows color (decimal): -3257414 or 12209102. OLE color: 12209102.

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

Color convert

RGB20675186-
CMYK00.640.100.19
HSL309.16º57.21%55.1%-
HSV(B)309.16º63.59%80.78%-
XYZ36.8321.748.7-
YUV126.82161.4184.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 75 (29.69% from 255) = 16.06%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=44.11%
G=16.06%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067518600.640.100.19309.1657.2155.1
HexCE4BBA040A131353937
Octal316113272010012234657167
Binary1100111010010111011101001000000101010011100110101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4BBA; }

 p { color: rgb(206,75,186); }

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

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

 a { background-color: rgb(206,75,186); }

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

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

 span { border-color: rgb(206,75,186); }

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