#CE48B3

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

Shades of Fuchsia #CE48B3

Tints of Fuchsia #CE48B3

Color information

#CE48B3 (or 0xCE48B3) is unknown color: approx Fuchsia. HEX triplet: CE, 48 and B3. RGB value is (206,72,179). Sum of RGB (Red+Green+Blue) = 206+72+179=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48B3 is #31B74C. Grayscale: #7B7B7B. Windows color (decimal): -3258189 or 11749582. OLE color: 11749582.

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

Color convert

RGB20672179-
CMYK00.650.130.19
HSL312.09º57.76%54.51%-
HSV(B)312.09º65.05%80.78%-
XYZ35.9121.0144.81-
YUV124.26158.89186.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 72 (28.52% from 255) = 15.75%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=45.08%
G=15.75%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067217900.650.130.19312.0957.7654.51
HexCE48B3041D131383a37
Octal316110263010115234707267
Binary1100111010010001011001101000001110110011100111000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE48B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE48B3; }

 p { color: rgb(206,72,179); }

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

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

 a { background-color: rgb(206,72,179); }

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

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

 span { border-color: rgb(206,72,179); }

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