#CF48AF

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

Shades of Fuchsia #CF48AF

Tints of Fuchsia #CF48AF

Color information

#CF48AF (or 0xCF48AF) is unknown color: approx Fuchsia. HEX triplet: CF, 48 and AF. RGB value is (207,72,175). Sum of RGB (Red+Green+Blue) = 207+72+175=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48AF is #30B750. Grayscale: #7B7B7B. Windows color (decimal): -3192657 or 11487439. OLE color: 11487439.

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

Color convert

RGB20772175-
CMYK00.650.150.19
HSL314.22º58.44%54.71%-
HSV(B)314.22º65.22%81.18%-
XYZ35.792142.72-
YUV124.11156.73187.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.59%
GREEN value IS 72 (28.52% from 255) = 15.86%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=45.59%
G=15.86%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077217500.650.150.19314.2258.4454.71
HexCF48AF041F1313a3a37
Octal317110257010117234727267
Binary1100111110010001010111101000001111110011100111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF48AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF48AF; }

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

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

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

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

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

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

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

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