#CE52D3

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

Shades of Fuchsia #CE52D3

Tints of Fuchsia #CE52D3

Color information

#CE52D3 (or 0xCE52D3) is unknown color: approx Fuchsia. HEX triplet: CE, 52 and D3. RGB value is (206,82,211). Sum of RGB (Red+Green+Blue) = 206+82+211=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE52D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52D3 is #31AD2C. Grayscale: #858585. Windows color (decimal): -3255597 or 13849294. OLE color: 13849294.

HSL color Cylindrical-coordinate representation of color #CE52D3: hue angle of 297.67º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE52D3 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20682211-
CMYK0.020.6100.17
HSL297.67º59.45%57.45%-
HSV(B)297.67º61.14%82.75%-
XYZ40.2323.8664.11-
YUV133.78171.58179.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 82 (32.42% from 255) = 16.43%
BLUE value IS 211 (82.81% from 255) = 42.28%
R=41.28%
G=16.43%
B=42.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206822110.020.6100.17297.6759.4557.45
HexCE52D323D01112a3b39
Octal3161223232750214527371
Binary1100111010100101101001110111101010001100101010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE52D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE52D3; }

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

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

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

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

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

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

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

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