#CF40AC

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

Shades of Fuchsia #CF40AC

Tints of Fuchsia #CF40AC

Color information

#CF40AC (or 0xCF40AC) is unknown color: approx Fuchsia. HEX triplet: CF, 40 and AC. RGB value is (207,64,172). Sum of RGB (Red+Green+Blue) = 207+64+172=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF40AC is #30BF53. Grayscale: #767676. Windows color (decimal): -3194708 or 11288783. OLE color: 11288783.

HSL color Cylindrical-coordinate representation of color #CF40AC: hue angle of 314.69º 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 #CF40AC is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB20764172-
CMYK00.690.170.19
HSL314.69º59.83%53.14%-
HSV(B)314.69º69.08%81.18%-
XYZ35.0119.9141.03-
YUV119.07157.88190.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 64 (25.39% from 255) = 14.45%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=46.73%
G=14.45%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076417200.690.170.19314.6959.8353.14
HexCF40AC045111313b3c35
Octal317100254010521234737465
Binary11001111100000010101100010001011000110011100111011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF40AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF40AC; }

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

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

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

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

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

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

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

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