#CE38AF

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

Shades of Fuchsia #CE38AF

Tints of Fuchsia #CE38AF

Color information

#CE38AF (or 0xCE38AF) is unknown color: approx Fuchsia. HEX triplet: CE, 38 and AF. RGB value is (206,56,175). Sum of RGB (Red+Green+Blue) = 206+56+175=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE38AF is #31C750. Grayscale: #727272. Windows color (decimal): -3262289 or 11483342. OLE color: 11483342.

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

Color convert

RGB20656175-
CMYK00.730.150.19
HSL312.4º60.48%51.37%-
HSV(B)312.4º72.82%80.78%-
XYZ34.6119.0542.41-
YUV114.42162.2193.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 56 (22.27% from 255) = 12.81%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=47.14%
G=12.81%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065617500.730.150.19312.460.4851.37
HexCE38AF049F131383c33
Octal31670257011117234707463
Binary110011101110001010111101001001111110011100111000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE38AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE38AF; }

 p { color: rgb(206,56,175); }

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

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

 a { background-color: rgb(206,56,175); }

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

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

 span { border-color: rgb(206,56,175); }

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