#CF63B7

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

Shades of Fuchsia #CF63B7

Tints of Fuchsia #CF63B7

Color information

#CF63B7 (or 0xCF63B7) is unknown color: approx Fuchsia. HEX triplet: CF, 63 and B7. RGB value is (207,99,183). Sum of RGB (Red+Green+Blue) = 207+99+183=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63B7 is #309C48. Grayscale: #8C8C8C. Windows color (decimal): -3185737 or 12018639. OLE color: 12018639.

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

Color convert

RGB20799183-
CMYK00.520.120.19
HSL313.33º52.94%60%-
HSV(B)313.33º52.17%81.18%-
XYZ38.7425.6147.7-
YUV140.87151.78175.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 99 (39.06% from 255) = 20.25%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=42.33%
G=20.25%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079918300.520.120.19313.3352.9460
HexCF63B7034C13139353c
Octal31714326706414234716574
Binary110011111100011101101110110100110010011100111001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF63B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF63B7; }

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

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

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

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

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

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

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

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