#CE52AD

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

Shades of Fuchsia #CE52AD

Tints of Fuchsia #CE52AD

Color information

#CE52AD (or 0xCE52AD) is unknown color: approx Fuchsia. HEX triplet: CE, 52 and AD. RGB value is (206,82,173). Sum of RGB (Red+Green+Blue) = 206+82+173=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE52AD is #31AD52. Grayscale: #818181. Windows color (decimal): -3255635 or 11358926. OLE color: 11358926.

HSL color Cylindrical-coordinate representation of color #CE52AD: hue angle of 315.97º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE52AD is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB20682173-
CMYK00.600.160.19
HSL315.97º55.86%56.47%-
HSV(B)315.97º60.19%80.78%-
XYZ36.0122.1741.92-
YUV129.45152.58182.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 82 (32.42% from 255) = 17.79%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=44.69%
G=17.79%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068217300.600.160.19315.9755.8656.47
HexCE52AD03C101313c3838
Octal31612225507420234747070
Binary1100111010100101010110101111001000010011100111100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE52AD; }

 p { color: rgb(206,82,173); }

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

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

 a { background-color: rgb(206,82,173); }

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

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

 span { border-color: rgb(206,82,173); }

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