#CF40AE

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

Shades of Fuchsia #CF40AE

Tints of Fuchsia #CF40AE

Color information

#CF40AE (or 0xCF40AE) is unknown color: approx Fuchsia. HEX triplet: CF, 40 and AE. RGB value is (207,64,174). Sum of RGB (Red+Green+Blue) = 207+64+174=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF40AE is #30BF51. Grayscale: #767676. Windows color (decimal): -3194706 or 11419855. OLE color: 11419855.

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

Color convert

RGB20764174-
CMYK00.690.160.19
HSL313.85º59.83%53.14%-
HSV(B)313.85º69.08%81.18%-
XYZ35.2119.9942.05-
YUV119.3158.88190.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 64 (25.39% from 255) = 14.38%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=46.52%
G=14.38%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076417400.690.160.19313.8559.8353.14
HexCF40AE045101313a3c35
Octal317100256010520234727465
Binary11001111100000010101110010001011000010011100111010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF40AE; }

 p { color: rgb(207,64,174); }

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

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

 a { background-color: rgb(207,64,174); }

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

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

 span { border-color: rgb(207,64,174); }

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