#CE3CC3

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

Shades of Fuchsia #CE3CC3

Tints of Fuchsia #CE3CC3

Color information

#CE3CC3 (or 0xCE3CC3) is unknown color: approx Fuchsia. HEX triplet: CE, 3C and C3. RGB value is (206,60,195). Sum of RGB (Red+Green+Blue) = 206+60+195=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CC3 is #31C33C. Grayscale: #767676. Windows color (decimal): -3261245 or 12795086. OLE color: 12795086.

HSL color Cylindrical-coordinate representation of color #CE3CC3: hue angle of 304.52º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3CC3 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB20660195-
CMYK00.710.050.19
HSL304.52º59.84%52.16%-
HSV(B)304.52º70.87%80.78%-
XYZ36.9220.2953.6-
YUV119.04170.87190.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 60 (23.83% from 255) = 13.02%
BLUE value IS 195 (76.56% from 255) = 42.30%
R=44.69%
G=13.02%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066019500.710.050.19304.5259.8452.16
HexCE3CC30475131313c34
Octal3167430301075234617464
Binary11001110111100110000110100011110110011100110001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3CC3; }

 p { color: rgb(206,60,195); }

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

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

 a { background-color: rgb(206,60,195); }

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

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

 span { border-color: rgb(206,60,195); }

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