#CE2DC1

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

Shades of Fuchsia #CE2DC1

Tints of Fuchsia #CE2DC1

Color information

#CE2DC1 (or 0xCE2DC1) is unknown color: approx Fuchsia. HEX triplet: CE, 2D and C1. RGB value is (206,45,193). Sum of RGB (Red+Green+Blue) = 206+45+193=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DC1 is #31D23E. Grayscale: #6D6D6D. Windows color (decimal): -3265087 or 12660174. OLE color: 12660174.

HSL color Cylindrical-coordinate representation of color #CE2DC1: hue angle of 304.84º 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 #CE2DC1 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB20645193-
CMYK00.780.060.19
HSL304.84º64.14%49.22%-
HSV(B)304.84º78.16%80.78%-
XYZ36.0218.8552.19-
YUV110.01174.84196.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 45 (17.97% from 255) = 10.14%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=46.40%
G=10.14%
B=43.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064519300.780.060.19304.8464.1449.22
HexCE2DC104E6131314031
Octal31655301011662346110061
Binary110011101011011100000101001110110100111001100011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2DC1; }

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

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

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

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

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

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

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

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