#CF48AC

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

Shades of Fuchsia #CF48AC

Tints of Fuchsia #CF48AC

Color information

#CF48AC (or 0xCF48AC) is unknown color: approx Fuchsia. HEX triplet: CF, 48 and AC. RGB value is (207,72,172). Sum of RGB (Red+Green+Blue) = 207+72+172=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48AC is #30B753. Grayscale: #7B7B7B. Windows color (decimal): -3192660 or 11290831. OLE color: 11290831.

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

Color convert

RGB20772172-
CMYK00.650.170.19
HSL315.56º58.44%54.71%-
HSV(B)315.56º65.22%81.18%-
XYZ35.520.8841.19-
YUV123.76155.23187.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.90%
GREEN value IS 72 (28.52% from 255) = 15.96%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=45.90%
G=15.96%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077217200.650.170.19315.5658.4454.71
HexCF48AC041111313c3a37
Octal317110254010121234747267
Binary11001111100100010101100010000011000110011100111100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF48AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF48AC; }

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

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

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

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

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

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

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

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