#CE32AD

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

Shades of Fuchsia #CE32AD

Tints of Fuchsia #CE32AD

Color information

#CE32AD (or 0xCE32AD) is unknown color: approx Fuchsia. HEX triplet: CE, 32 and AD. RGB value is (206,50,173). Sum of RGB (Red+Green+Blue) = 206+50+173=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32AD is #31CD52. Grayscale: #6E6E6E. Windows color (decimal): -3263827 or 11350734. OLE color: 11350734.

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

Color convert

RGB20650173-
CMYK00.760.160.19
HSL312.69º61.42%50.2%-
HSV(B)312.69º75.73%80.78%-
XYZ34.1418.4241.29-
YUV110.67163.18196-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 50 (19.92% from 255) = 11.66%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=48.02%
G=11.66%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065017300.760.160.19312.6961.4250.2
HexCE32AD04C10131393d32
Octal31662255011420234717562
Binary1100111011001010101101010011001000010011100111001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE32AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE32AD; }

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

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

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

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

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

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

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

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