#CE2DC5

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

Shades of Fuchsia #CE2DC5

Tints of Fuchsia #CE2DC5

Color information

#CE2DC5 (or 0xCE2DC5) is unknown color: approx Fuchsia. HEX triplet: CE, 2D and C5. RGB value is (206,45,197). Sum of RGB (Red+Green+Blue) = 206+45+197=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DC5 is #31D23A. Grayscale: #6E6E6E. Windows color (decimal): -3265083 or 12922318. OLE color: 12922318.

HSL color Cylindrical-coordinate representation of color #CE2DC5: hue angle of 303.35º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DC5 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB20645197-
CMYK00.780.040.19
HSL303.35º64.14%49.22%-
HSV(B)303.35º78.16%80.78%-
XYZ36.4719.0354.57-
YUV110.47176.84196.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.98%
GREEN value IS 45 (17.97% from 255) = 10.04%
BLUE value IS 197 (77.34% from 255) = 43.97%
R=45.98%
G=10.04%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064519700.780.040.19303.3564.1449.22
HexCE2DC504E41312f4031
Octal31655305011642345710061
Binary110011101011011100010101001110100100111001011111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2DC5; }

 p { color: rgb(206,45,197); }

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

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

 a { background-color: rgb(206,45,197); }

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

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

 span { border-color: rgb(206,45,197); }

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