#CF5FAD

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

Shades of Fuchsia #CF5FAD

Tints of Fuchsia #CF5FAD

Color information

#CF5FAD (or 0xCF5FAD) is unknown color: approx Fuchsia. HEX triplet: CF, 5F and AD. RGB value is (207,95,173). Sum of RGB (Red+Green+Blue) = 207+95+173=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5FAD is #30A052. Grayscale: #898989. Windows color (decimal): -3186771 or 11362255. OLE color: 11362255.

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

Color convert

RGB20795173-
CMYK00.540.160.19
HSL318.21º53.85%59.22%-
HSV(B)318.21º54.11%81.18%-
XYZ37.3724.4742.29-
YUV137.38148.11177.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 95 (37.5% from 255) = 20%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=43.58%
G=20%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079517300.540.160.19318.2153.8559.22
HexCF5FAD036101313e363b
Octal31713725506620234766673
Binary1100111110111111010110101101101000010011100111110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5FAD; }

 p { color: rgb(207,95,173); }

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

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

 a { background-color: rgb(207,95,173); }

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

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

 span { border-color: rgb(207,95,173); }

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