#CF63AF

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

Shades of Fuchsia #CF63AF

Tints of Fuchsia #CF63AF

Color information

#CF63AF (or 0xCF63AF) is unknown color: approx Fuchsia. HEX triplet: CF, 63 and AF. RGB value is (207,99,175). Sum of RGB (Red+Green+Blue) = 207+99+175=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF63AF is #309C50. Grayscale: #8B8B8B. Windows color (decimal): -3185745 or 11494351. OLE color: 11494351.

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

Color convert

RGB20799175-
CMYK00.520.150.19
HSL317.78º52.94%60%-
HSV(B)317.78º52.17%81.18%-
XYZ37.9325.2843.44-
YUV139.96147.78175.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=43.04%
G=20.58%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079917500.520.150.19317.7852.9460
HexCF63AF034F1313e353c
Octal31714325706417234766574
Binary110011111100011101011110110100111110011100111110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF63AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF63AF; }

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

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

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

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

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

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

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

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