#CF63B9

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

Shades of Fuchsia #CF63B9

Tints of Fuchsia #CF63B9

Color information

#CF63B9 (or 0xCF63B9) is unknown color: approx Fuchsia. HEX triplet: CF, 63 and B9. RGB value is (207,99,185). Sum of RGB (Red+Green+Blue) = 207+99+185=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63B9 is #309C46. Grayscale: #8C8C8C. Windows color (decimal): -3185735 or 12149711. OLE color: 12149711.

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

Color convert

RGB20799185-
CMYK00.520.110.19
HSL312.22º52.94%60%-
HSV(B)312.22º52.17%81.18%-
XYZ38.9525.6948.81-
YUV141.1152.78175.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 99 (39.06% from 255) = 20.16%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=42.16%
G=20.16%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079918500.520.110.19312.2252.9460
HexCF63B9034B13138353c
Octal31714327106413234706574
Binary110011111100011101110010110100101110011100111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF63B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF63B9; }

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

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

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

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

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

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

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

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