#CE5FCA

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

Shades of Fuchsia #CE5FCA

Tints of Fuchsia #CE5FCA

Color information

#CE5FCA (or 0xCE5FCA) is unknown color: approx Fuchsia. HEX triplet: CE, 5F and CA. RGB value is (206,95,202). Sum of RGB (Red+Green+Blue) = 206+95+202=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FCA is #31A035. Grayscale: #8C8C8C. Windows color (decimal): -3252278 or 13262798. OLE color: 13262798.

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

Color convert

RGB20695202-
CMYK00.540.020.19
HSL302.16º53.11%59.02%-
HSV(B)302.16º53.88%80.78%-
XYZ40.2125.5758.69-
YUV140.39162.77174.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 95 (37.5% from 255) = 18.89%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=40.95%
G=18.89%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069520200.540.020.19302.1653.1159.02
HexCE5FCA03621312e353b
Octal3161373120662234566573
Binary1100111010111111100101001101101010011100101110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5FCA; }

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

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

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

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

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

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

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

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