#CE31D2

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

Shades of Fuchsia #CE31D2

Tints of Fuchsia #CE31D2

Color information

#CE31D2 (or 0xCE31D2) is unknown color: approx Fuchsia. HEX triplet: CE, 31 and D2. RGB value is (206,49,210). Sum of RGB (Red+Green+Blue) = 206+49+210=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE31D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31D2 is #31CE2D. Grayscale: #717171. Windows color (decimal): -3264046 or 13775310. OLE color: 13775310.

HSL color Cylindrical-coordinate representation of color #CE31D2: hue angle of 298.51º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE31D2 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20649210-
CMYK0.020.7700.18
HSL298.51º64.14%50.78%-
HSV(B)298.51º76.67%82.35%-
XYZ38.1819.9762.82-
YUV114.3182.01193.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 49 (19.53% from 255) = 10.54%
BLUE value IS 210 (82.42% from 255) = 45.16%
R=44.30%
G=10.54%
B=45.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206492100.020.7700.18298.5164.1450.78
HexCE31D224D01212b4033
Octal31661322211502245310063
Binary11001110110001110100101010011010100101001010111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE31D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE31D2; }

 p { color: rgb(206,49,210); }

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

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

 a { background-color: rgb(206,49,210); }

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

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

 span { border-color: rgb(206,49,210); }

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