#CF61AF

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

Shades of Fuchsia #CF61AF

Tints of Fuchsia #CF61AF

Color information

#CF61AF (or 0xCF61AF) is unknown color: approx Fuchsia. HEX triplet: CF, 61 and AF. RGB value is (207,97,175). Sum of RGB (Red+Green+Blue) = 207+97+175=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF61AF is #309E50. Grayscale: #8A8A8A. Windows color (decimal): -3186257 or 11493839. OLE color: 11493839.

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

Color convert

RGB20797175-
CMYK00.530.150.19
HSL317.45º53.4%59.61%-
HSV(B)317.45º53.14%81.18%-
XYZ37.7424.9143.38-
YUV138.78148.44176.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 97 (38.28% from 255) = 20.25%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=43.22%
G=20.25%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079717500.530.150.19317.4553.459.61
HexCF61AF035F1313d353c
Octal31714125706517234756574
Binary110011111100001101011110110101111110011100111101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61AF; }

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

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

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

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

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

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

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

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