#CE4ACA

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

Shades of Fuchsia #CE4ACA

Tints of Fuchsia #CE4ACA

Color information

#CE4ACA (or 0xCE4ACA) is unknown color: approx Fuchsia. HEX triplet: CE, 4A and CA. RGB value is (206,74,202). Sum of RGB (Red+Green+Blue) = 206+74+202=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4ACA is #31B535. Grayscale: #7F7F7F. Windows color (decimal): -3257654 or 13257422. OLE color: 13257422.

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

Color convert

RGB20674202-
CMYK00.640.020.19
HSL301.82º57.39%54.9%-
HSV(B)301.82º64.08%80.78%-
XYZ38.5622.2858.15-
YUV128.06169.73183.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 74 (29.30% from 255) = 15.35%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=42.74%
G=15.35%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067420200.640.020.19301.8257.3954.9
HexCE4ACA04021312e3937
Octal31611231201002234567167
Binary11001110100101011001010010000001010011100101110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4ACA; }

 p { color: rgb(206,74,202); }

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

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

 a { background-color: rgb(206,74,202); }

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

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

 span { border-color: rgb(206,74,202); }

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