#ce48af

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

Shades of Fuchsia #CE48AF

Tints of Fuchsia #CE48AF

Color information

#CE48AF (or 0xCE48AF) is unknown color: approx Fuchsia. HEX triplet: CE, 48 and AF. RGB value is (206,72,175). Sum of RGB (Red+Green+Blue) = 206+72+175=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE48AF is #31B750. Grayscale: #7B7B7B. Windows color (decimal): -3258193 or 11487438. OLE color: 11487438.

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

Color convert

RGB20672175-
CMYK00.650.150.19
HSL313.88º57.76%54.51%-
HSV(B)313.88º65.05%80.78%-
XYZ35.5120.8542.71-
YUV123.81156.89186.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.47%
GREEN value IS 72 (28.52% from 255) = 15.89%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=45.47%
G=15.89%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067217500.650.150.19313.8857.7654.51
HexCE48AF041F1313a3a37
Octal316110257010117234727267
Binary1100111010010001010111101000001111110011100111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce48af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce48af; }

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

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

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

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

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

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

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

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